#[repr(C)]pub struct UA_Logger {
pub log: Option<unsafe extern "C" fn(logContext: *mut c_void, level: UA_LogLevel, category: UA_LogCategory, msg: *const c_char, args: *mut __va_list_tag)>,
pub context: *mut c_void,
pub clear: Option<unsafe extern "C" fn(context: *mut c_void)>,
}Fields§
§log: Option<unsafe extern "C" fn(logContext: *mut c_void, level: UA_LogLevel, category: UA_LogCategory, msg: *const c_char, args: *mut __va_list_tag)>§context: *mut c_void§clear: Option<unsafe extern "C" fn(context: *mut c_void)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_Logger
impl RefUnwindSafe for UA_Logger
impl !Send for UA_Logger
impl !Sync for UA_Logger
impl Unpin for UA_Logger
impl UnwindSafe for UA_Logger
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more