pub struct HotkeyManager { /* private fields */ }Expand description
Platform-independent manager for global hotkeys.
Implementations§
Source§impl HotkeyManager
impl HotkeyManager
Trait Implementations§
Source§impl Drop for HotkeyManager
impl Drop for HotkeyManager
Auto Trait Implementations§
impl !Freeze for HotkeyManager
impl !RefUnwindSafe for HotkeyManager
impl !UnwindSafe for HotkeyManager
impl Send for HotkeyManager
impl Sync for HotkeyManager
impl Unpin for HotkeyManager
impl UnsafeUnpin 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