#[repr(C)]pub struct btck_LoggingOptions {
pub log_timestamps: c_int,
pub log_time_micros: c_int,
pub log_threadnames: c_int,
pub log_sourcelocations: c_int,
pub always_print_category_levels: c_int,
}Fields§
§log_timestamps: c_int§log_time_micros: c_int§log_threadnames: c_int§log_sourcelocations: c_int§always_print_category_levels: c_intAuto Trait Implementations§
impl Freeze for btck_LoggingOptions
impl RefUnwindSafe for btck_LoggingOptions
impl Send for btck_LoggingOptions
impl Sync for btck_LoggingOptions
impl Unpin for btck_LoggingOptions
impl UnsafeUnpin for btck_LoggingOptions
impl UnwindSafe for btck_LoggingOptions
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