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