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