#[repr(transparent)]pub struct Ear1(pub u32);Expand description
ERM Memory 1 Error Address Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ear1
impl Eq for Ear1
impl StructuralPartialEq for Ear1
Auto Trait Implementations§
impl Freeze for Ear1
impl RefUnwindSafe for Ear1
impl Send for Ear1
impl Sync for Ear1
impl Unpin for Ear1
impl UnwindSafe for Ear1
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