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