#[repr(u8)]pub enum Tsctrlssr {
DIG_DISABLE = 0,
DIG_ENABLE = 1,
}Variants§
DIG_DISABLE = 0
Timestamp Digital Rollover Control is disabled and Binary Rollover Control is enabled
DIG_ENABLE = 1
Timestamp Digital Rollover Control is enabled and Binary Rollover Control is disabled
Implementations§
Trait Implementations§
Source§impl Ord for Tsctrlssr
impl Ord for Tsctrlssr
Source§impl PartialOrd for Tsctrlssr
impl PartialOrd for Tsctrlssr
impl Copy for Tsctrlssr
impl Eq for Tsctrlssr
impl StructuralPartialEq for Tsctrlssr
Auto Trait Implementations§
impl Freeze for Tsctrlssr
impl RefUnwindSafe for Tsctrlssr
impl Send for Tsctrlssr
impl Sync for Tsctrlssr
impl Unpin for Tsctrlssr
impl UnwindSafe for Tsctrlssr
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