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