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