Struct Addisr
#[repr(transparent)]pub struct Addisr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Addisr
impl Addisr
pub const NOTDISABLING: Self
pub const NOTDISABLING: Self
No disable command active
pub const DISABLING: Self
pub const DISABLING: Self
ADC disabling
Trait Implementations§
§impl Ord for Addisr
impl Ord for Addisr
§impl PartialOrd for Addisr
impl PartialOrd for Addisr
impl Copy for Addisr
impl Eq for Addisr
impl StructuralPartialEq for Addisr
Auto Trait Implementations§
impl Freeze for Addisr
impl RefUnwindSafe for Addisr
impl Send for Addisr
impl Sync for Addisr
impl Unpin for Addisr
impl UnwindSafe for Addisr
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