#[repr(C)]pub struct ExtLoggingSettings {
pub callback: Option<extern "C" fn(RequestSafetyTier, u32, *const u8)>,
}Expand description
Configuration for logging.
Fields§
§callback: Option<extern "C" fn(RequestSafetyTier, u32, *const u8)>A callback for logging messages.
Auto Trait Implementations§
impl Freeze for ExtLoggingSettings
impl RefUnwindSafe for ExtLoggingSettings
impl Send for ExtLoggingSettings
impl Sync for ExtLoggingSettings
impl Unpin for ExtLoggingSettings
impl UnsafeUnpin for ExtLoggingSettings
impl UnwindSafe for ExtLoggingSettings
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