pub struct SKEW_R(/* private fields */);
Expand description
Field SKEW
reader - SKEW flag: Indicates whether the TENMS value is exact
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SKEW_R
impl RefUnwindSafe for SKEW_R
impl Send for SKEW_R
impl Sync for SKEW_R
impl Unpin for SKEW_R
impl UnwindSafe for SKEW_R
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