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