Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Attributes | List of all members
opendal_operator_layers Struct Reference

The layers to apply when initializing an opendal_operator. More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

The layers to apply when initializing an opendal_operator.

Note
This is also a heap-allocated struct, please free it after you use it.

Member Data Documentation

◆ inner

void* opendal_operator_layers::inner

The pointer to the Vec<OperatorLayer> in the Rust code. Only touch this on judging whether it is NULL.


The documentation for this struct was generated from the following file: