MDBX_chk_context_t

Type Alias MDBX_chk_context_t 

Source
pub type MDBX_chk_context_t = MDBX_chk_context;

Aliased Type§

#[repr(C)]
pub struct MDBX_chk_context_t { pub internal: *mut MDBX_chk_internal, pub env: *mut MDBX_env, pub txn: *mut MDBX_txn, pub scope: *mut MDBX_chk_scope, pub scope_nesting: u8, pub result: MDBX_chk_context__bindgen_ty_1, }

Fields§

§internal: *mut MDBX_chk_internal§env: *mut MDBX_env§txn: *mut MDBX_txn§scope: *mut MDBX_chk_scope§scope_nesting: u8§result: MDBX_chk_context__bindgen_ty_1

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 200 bytes