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