#[repr(u8)]pub enum Skew {
EXACT_VALUE = 0,
INEXACT_VALUE = 1,
}Variants§
EXACT_VALUE = 0
10ms calibration value is exact
INEXACT_VALUE = 1
10ms calibration value is inexact, because of the clock frequency
Implementations§
Trait Implementations§
Source§impl Ord for Skew
impl Ord for Skew
Source§impl PartialOrd for Skew
impl PartialOrd for Skew
impl Copy for Skew
impl Eq for Skew
impl StructuralPartialEq for Skew
Auto Trait Implementations§
impl Freeze for Skew
impl RefUnwindSafe for Skew
impl Send for Skew
impl Sync for Skew
impl Unpin for Skew
impl UnwindSafe for Skew
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