Struct Adcaldif
#[repr(transparent)]pub struct Adcaldif(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adcaldif
impl Adcaldif
pub const SINGLEENDED: Self
pub const SINGLEENDED: Self
Calibration for single-ended mode
pub const DIFFERENTIAL: Self
pub const DIFFERENTIAL: Self
Calibration for differential mode
Trait Implementations§
§impl Ord for Adcaldif
impl Ord for Adcaldif
§impl PartialOrd for Adcaldif
impl PartialOrd for Adcaldif
impl Copy for Adcaldif
impl Eq for Adcaldif
impl StructuralPartialEq for Adcaldif
Auto Trait Implementations§
impl Freeze for Adcaldif
impl RefUnwindSafe for Adcaldif
impl Send for Adcaldif
impl Sync for Adcaldif
impl Unpin for Adcaldif
impl UnwindSafe for Adcaldif
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