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