pub struct InterruptHandle(/* private fields */);Expand description
This handle can be used from any thread and can be used multiple times.
§Note
This handle will technically stay valid even after the HotkeyManager is dropped, but it will
simply not do anything.
Implementations§
Trait Implementations§
impl Send for InterruptHandle
impl Sync for InterruptHandle
Auto Trait Implementations§
impl Freeze for InterruptHandle
impl RefUnwindSafe for InterruptHandle
impl Unpin for InterruptHandle
impl UnwindSafe for InterruptHandle
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