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