pub struct NoInterruptControl;Expand description
The default InterruptControl: a no-op. Interrupts are never touched, so it
is not safe to call from an interrupt handler.
Trait Implementations§
Source§impl InterruptControl for NoInterruptControl
impl InterruptControl for NoInterruptControl
Auto Trait Implementations§
impl Freeze for NoInterruptControl
impl RefUnwindSafe for NoInterruptControl
impl Send for NoInterruptControl
impl Sync for NoInterruptControl
impl Unpin for NoInterruptControl
impl UnsafeUnpin for NoInterruptControl
impl UnwindSafe for NoInterruptControl
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