Struct machinery_api::foundation::LoggerI [−][src]
#[repr(C)]pub struct LoggerI { pub inst: *mut LoggerO, pub log: Option<unsafe extern "C" fn(inst: *mut LoggerO, log_type: LogType, msg: *const c_char)>, }
Fields
inst: *mut LoggerOlog: Option<unsafe extern "C" fn(inst: *mut LoggerO, log_type: LogType, msg: *const c_char)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoggerI
impl UnwindSafe for LoggerI
Blanket Implementations
Mutably borrows from an owned value. Read more