#[repr(C)]pub struct CustomLog {
pub log_context: *mut c_void,
pub log_func: LogFn,
}
Expand description
tobii_custom_log_t
Fields§
§log_context: *mut c_void
§log_func: LogFn
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomLog
impl RefUnwindSafe for CustomLog
impl !Send for CustomLog
impl !Sync for CustomLog
impl Unpin for CustomLog
impl UnwindSafe for CustomLog
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