pub struct CALM_R(/* private fields */);
Expand description
Field CALM
reader - Calibration minus
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CALM_R
impl RefUnwindSafe for CALM_R
impl Send for CALM_R
impl Sync for CALM_R
impl Unpin for CALM_R
impl UnwindSafe for CALM_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