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