#[repr(u8)]pub enum Tscfupdt {
COARSE = 0,
FINE = 1,
}Variants§
COARSE = 0
Coarse method is used to update system timestamp
FINE = 1
Fine method is used to update system timestamp
Implementations§
Trait Implementations§
Source§impl Ord for Tscfupdt
impl Ord for Tscfupdt
Source§impl PartialOrd for Tscfupdt
impl PartialOrd for Tscfupdt
impl Copy for Tscfupdt
impl Eq for Tscfupdt
impl StructuralPartialEq for Tscfupdt
Auto Trait Implementations§
impl Freeze for Tscfupdt
impl RefUnwindSafe for Tscfupdt
impl Send for Tscfupdt
impl Sync for Tscfupdt
impl Unpin for Tscfupdt
impl UnwindSafe for Tscfupdt
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