Struct Adcalr
#[repr(transparent)]pub struct Adcalr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adcalr
impl Adcalr
pub const NOTCALIBRATING: Self
pub const NOTCALIBRATING: Self
ADC calibration either not yet performed or completed
pub const CALIBRATING: Self
pub const CALIBRATING: Self
ADC calibration in progress
Trait Implementations§
§impl Ord for Adcalr
impl Ord for Adcalr
§impl PartialOrd for Adcalr
impl PartialOrd for Adcalr
impl Copy for Adcalr
impl Eq for Adcalr
impl StructuralPartialEq for Adcalr
Auto Trait Implementations§
impl Freeze for Adcalr
impl RefUnwindSafe for Adcalr
impl Send for Adcalr
impl Sync for Adcalr
impl Unpin for Adcalr
impl UnwindSafe for Adcalr
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