pub struct InterruptGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for InterruptGuard
impl Drop for InterruptGuard
impl Send for InterruptGuard
impl Sync for InterruptGuard
Auto Trait Implementations§
impl Freeze for InterruptGuard
impl RefUnwindSafe for InterruptGuard
impl Unpin for InterruptGuard
impl UnsafeUnpin for InterruptGuard
impl UnwindSafe for InterruptGuard
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