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