pub struct EIR { /* private fields */ }Expand description
Interrupt Event Register
Implementations§
Auto Trait Implementations§
impl !Freeze for EIR
impl !RefUnwindSafe for EIR
impl Send for EIR
impl !Sync for EIR
impl Unpin for EIR
impl UnwindSafe for EIR
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