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