pub struct InterruptOk;Expand description
No control of interrupts is made.
Trait Implementations§
impl InterruptModer for InterruptOk
Auto Trait Implementations§
impl Freeze for InterruptOk
impl RefUnwindSafe for InterruptOk
impl Send for InterruptOk
impl Sync for InterruptOk
impl Unpin for InterruptOk
impl UnwindSafe for InterruptOk
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