pub struct GetHotKey {}
Available on crate feature
user
only.Expand description
WM_GETHOTKEY
message, which has no parameters.
Return type: (co::VK, co::HOTKEYF)
.
Trait Implementations§
Source§impl MsgSend for GetHotKey
impl MsgSend for GetHotKey
Source§unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
Unmarshaling method which converts the generic
isize
return value to
the specific type returned by the message. Read moreSource§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Marshaling method which converts the specific message parameters struct
into the generic
WndMsg
message struct.Source§impl MsgSendRecv for GetHotKey
impl MsgSendRecv for GetHotKey
Auto Trait Implementations§
impl Freeze for GetHotKey
impl RefUnwindSafe for GetHotKey
impl Send for GetHotKey
impl Sync for GetHotKey
impl Unpin for GetHotKey
impl UnwindSafe for GetHotKey
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