pub type MDBX_chk_callbacks_t = MDBX_chk_callbacks;
Aliased Type§
#[repr(C)]pub struct MDBX_chk_callbacks_t {Show 17 fields
pub check_break: Option<unsafe extern "C" fn(*mut MDBX_chk_context) -> bool>,
pub scope_push: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope, *const i8, *mut __va_list_tag) -> i32>,
pub scope_conclude: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope, i32) -> i32>,
pub scope_pop: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope)>,
pub issue: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const i8, u64, *const i8, *const i8, *mut __va_list_tag)>,
pub table_filter: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const iovec, u32) -> *mut MDBX_chk_user_table_cookie>,
pub table_conclude: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table, *mut MDBX_cursor, i32) -> i32>,
pub table_dispose: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table)>,
pub table_handle_kv: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table, usize, *const iovec, *const iovec) -> i32>,
pub stage_begin: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32) -> i32>,
pub stage_end: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32, i32) -> i32>,
pub print_begin: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32) -> *mut MDBX_chk_line>,
pub print_flush: Option<unsafe extern "C" fn(*mut MDBX_chk_line)>,
pub print_done: Option<unsafe extern "C" fn(*mut MDBX_chk_line)>,
pub print_chars: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, usize)>,
pub print_format: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, *mut __va_list_tag)>,
pub print_size: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, u64, *const i8)>,
}
Fields§
§check_break: Option<unsafe extern "C" fn(*mut MDBX_chk_context) -> bool>
§scope_push: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope, *const i8, *mut __va_list_tag) -> i32>
§scope_conclude: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope, i32) -> i32>
§scope_pop: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *mut MDBX_chk_scope, *mut MDBX_chk_scope)>
§issue: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const i8, u64, *const i8, *const i8, *mut __va_list_tag)>
§table_filter: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const iovec, u32) -> *mut MDBX_chk_user_table_cookie>
§table_conclude: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table, *mut MDBX_cursor, i32) -> i32>
§table_dispose: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table)>
§table_handle_kv: Option<unsafe extern "C" fn(*mut MDBX_chk_context, *const MDBX_chk_table, usize, *const iovec, *const iovec) -> i32>
§stage_begin: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32) -> i32>
§stage_end: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32, i32) -> i32>
§print_begin: Option<unsafe extern "C" fn(*mut MDBX_chk_context, u32) -> *mut MDBX_chk_line>
§print_flush: Option<unsafe extern "C" fn(*mut MDBX_chk_line)>
§print_done: Option<unsafe extern "C" fn(*mut MDBX_chk_line)>
§print_chars: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, usize)>
§print_format: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, *mut __va_list_tag)>
§print_size: Option<unsafe extern "C" fn(*mut MDBX_chk_line, *const i8, u64, *const 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: 136 bytes