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