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