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