Struct Calw8
#[repr(transparent)]pub struct Calw8(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Calw8
impl Calw8
pub const EIGHT_SECOND: Self
pub const EIGHT_SECOND: Self
When CALW8 is set to ‘1’, the 8-second calibration cycle period is selected
Trait Implementations§
§impl Ord for Calw8
impl Ord for Calw8
§impl PartialOrd for Calw8
impl PartialOrd for Calw8
impl Copy for Calw8
impl Eq for Calw8
impl StructuralPartialEq for Calw8
Auto Trait Implementations§
impl Freeze for Calw8
impl RefUnwindSafe for Calw8
impl Send for Calw8
impl Sync for Calw8
impl Unpin for Calw8
impl UnwindSafe for Calw8
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