pub struct CALW16_R(/* private fields */);
Expand description
Field CALW16
reader - Use a 16-second calibration cycle period
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CALW16_R
impl RefUnwindSafe for CALW16_R
impl Send for CALW16_R
impl Sync for CALW16_R
impl Unpin for CALW16_R
impl UnwindSafe for CALW16_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