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