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