#[repr(u8)]pub enum Calf {
CALF_0 = 0,
CALF_1 = 1,
}Variants§
CALF_0 = 0
Calibration completed normally.
CALF_1 = 1
Calibration failed. ADC accuracy specifications are not guaranteed.
Implementations§
Trait Implementations§
Source§impl Ord for Calf
impl Ord for Calf
Source§impl PartialOrd for Calf
impl PartialOrd for Calf
impl Copy for Calf
impl Eq for Calf
impl StructuralPartialEq for Calf
Auto Trait Implementations§
impl Freeze for Calf
impl RefUnwindSafe for Calf
impl Send for Calf
impl Sync for Calf
impl Unpin for Calf
impl UnwindSafe for Calf
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