pub struct Isolated { /* private fields */ }
Expand description
Token obtained by either the isolated() or isr() methods that can be used to indicate we are isolated from interrupts
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Isolated
impl RefUnwindSafe for Isolated
impl Send for Isolated
impl Sync for Isolated
impl Unpin for Isolated
impl UnwindSafe for Isolated
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