pub type MDBX_chk_scope_t = MDBX_chk_scope;
Aliased Type§
#[repr(C)]pub struct MDBX_chk_scope_t {
pub issues: *mut MDBX_chk_issue,
pub internal: *mut MDBX_chk_internal,
pub object: *const c_void,
pub stage: u32,
pub verbosity: u32,
pub subtotal_issues: usize,
pub usr_z: MDBX_chk_scope__bindgen_ty_1,
pub usr_v: MDBX_chk_scope__bindgen_ty_1,
pub usr_o: MDBX_chk_scope__bindgen_ty_1,
}
Fields§
§issues: *mut MDBX_chk_issue
§internal: *mut MDBX_chk_internal
§object: *const c_void
§stage: u32
§verbosity: u32
§subtotal_issues: usize
§usr_z: MDBX_chk_scope__bindgen_ty_1
§usr_v: MDBX_chk_scope__bindgen_ty_1
§usr_o: MDBX_chk_scope__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: 64 bytes