pub struct IrqSave(/* private fields */);Expand description
A guard that disables/enables local IRQs around the critical section.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrqSave
impl RefUnwindSafe for IrqSave
impl Send for IrqSave
impl Sync for IrqSave
impl Unpin for IrqSave
impl UnsafeUnpin for IrqSave
impl UnwindSafe for IrqSave
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