pub struct LogConfig {
pub raw_measurements: bool,
pub measurements: bool,
pub selection: bool,
pub statistics: bool,
pub tracking: bool,
pub rtc: bool,
pub refclocks: bool,
pub tempcomp: bool,
}Fields§
§raw_measurements: bool§measurements: bool§selection: bool§statistics: bool§tracking: bool§rtc: bool§refclocks: bool§tempcomp: boolTrait Implementations§
impl Eq for LogConfig
impl StructuralPartialEq for LogConfig
Auto Trait Implementations§
impl Freeze for LogConfig
impl RefUnwindSafe for LogConfig
impl Send for LogConfig
impl Sync for LogConfig
impl Unpin for LogConfig
impl UnsafeUnpin for LogConfig
impl UnwindSafe for LogConfig
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