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