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