pub struct NoopInterruptControl;
Expand description
A dummy implementation of InterruptControl that does nothing
Trait Implementations§
Source§impl InterruptControl for NoopInterruptControl
impl InterruptControl for NoopInterruptControl
fn enable_interrupts(&mut self)
fn disable_interrupts(&mut self)
Auto Trait Implementations§
impl Freeze for NoopInterruptControl
impl RefUnwindSafe for NoopInterruptControl
impl Send for NoopInterruptControl
impl Sync for NoopInterruptControl
impl Unpin for NoopInterruptControl
impl UnwindSafe for NoopInterruptControl
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