#[repr(transparent)]pub struct Cmdl8(pub u32);Expand description
ADC Command Low Buffer Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cmdl8
impl Cmdl8
Sourcepub const fn ctype(&self) -> Cmdl8Ctype
pub const fn ctype(&self) -> Cmdl8Ctype
Conversion Type
Sourcepub const fn set_ctype(&mut self, val: Cmdl8Ctype)
pub const fn set_ctype(&mut self, val: Cmdl8Ctype)
Conversion Type
Trait Implementations§
impl Copy for Cmdl8
impl Eq for Cmdl8
impl StructuralPartialEq for Cmdl8
Auto Trait Implementations§
impl Freeze for Cmdl8
impl RefUnwindSafe for Cmdl8
impl Send for Cmdl8
impl Sync for Cmdl8
impl Unpin for Cmdl8
impl UnwindSafe for Cmdl8
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