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