Struct M1cr
#[repr(transparent)]pub struct M1cr(pub u32);Expand description
RAMCFG SRAM1 control register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for M1cr
impl Eq for M1cr
impl StructuralPartialEq for M1cr
Auto Trait Implementations§
impl Freeze for M1cr
impl RefUnwindSafe for M1cr
impl Send for M1cr
impl Sync for M1cr
impl Unpin for M1cr
impl UnwindSafe for M1cr
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