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