Struct dht_embedded::NoopInterruptControl
source · 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 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