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