Enum Skew
pub enum Skew {
_0 = 0,
_1 = 1,
}Expand description
Indicates whether the TENMS value is exact
Value on reset: 0
Variants§
Trait Implementations§
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