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