pub type Logger = _Logger;Aliased Type§
#[repr(C)]pub struct Logger {
pub log: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32, *const i8, *const i8, i32, *const i8, *mut __va_list_tag)>,
pub flush: Option<unsafe extern "C-unwind" fn(*mut _Logger)>,
pub destroy: Option<unsafe extern "C-unwind" fn(*mut _Logger)>,
pub setLevel: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32)>,
pub isEnabled: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32) -> bool>,
}Fields§
§log: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32, *const i8, *const i8, i32, *const i8, *mut __va_list_tag)>§flush: Option<unsafe extern "C-unwind" fn(*mut _Logger)>§destroy: Option<unsafe extern "C-unwind" fn(*mut _Logger)>§setLevel: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32)>§isEnabled: Option<unsafe extern "C-unwind" fn(*mut _Logger, u32) -> bool>