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