pub struct InterruptFree;Expand description
Ensures that interrupt free execution.
Trait Implementations§
impl InterruptModer for InterruptFree
Auto Trait Implementations§
impl Freeze for InterruptFree
impl RefUnwindSafe for InterruptFree
impl Send for InterruptFree
impl Sync for InterruptFree
impl Unpin for InterruptFree
impl UnwindSafe for InterruptFree
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