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