pub struct InterruptLock {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterruptLock
impl RefUnwindSafe for InterruptLock
impl Send for InterruptLock
impl Sync for InterruptLock
impl Unpin for InterruptLock
impl UnwindSafe for InterruptLock
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