pub type MDBX_chk_line_t = MDBX_chk_line;
Aliased Type§
#[repr(C)]pub struct MDBX_chk_line_t {
pub ctx: *mut MDBX_chk_context,
pub severity: u8,
pub scope_depth: u8,
pub empty: u8,
pub begin: *mut i8,
pub end: *mut i8,
pub out: *mut i8,
}
Fields§
§ctx: *mut MDBX_chk_context
§severity: u8
§scope_depth: u8
§empty: u8
§begin: *mut i8
§end: *mut i8
§out: *mut i8
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: 40 bytes