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