Struct stm32_metapac::dac::regs::Mcr
#[repr(transparent)]pub struct Mcr(pub u32);
Expand description
mode control register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Mcr
impl Eq for Mcr
impl StructuralEq for Mcr
impl StructuralPartialEq for Mcr
Auto Trait Implementations§
impl RefUnwindSafe for Mcr
impl Send for Mcr
impl Sync for Mcr
impl Unpin for Mcr
impl UnwindSafe for Mcr
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