MDBX_table_enum_func

Type Alias MDBX_table_enum_func 

Source
pub type MDBX_table_enum_func = Option<unsafe extern "C" fn(ctx: *mut c_void, txn: *const MDBX_txn, name: *const MDBX_val, flags: MDBX_db_flags_t, stat: *const MDBX_stat, dbi: MDBX_dbi) -> c_int>;

Aliased Type§

pub enum MDBX_table_enum_func {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const MDBX_txn, *const iovec, u32, *const MDBX_stat, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const MDBX_txn, *const iovec, u32, *const MDBX_stat, u32) -> i32)

Some value of type T.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.