pub struct WinEventMessage {
pub event_kind: WinEventKind,
pub window_handle: Option<WindowHandle>,
/* private fields */
}Available on crate feature
hooking only.Expand description
Decoded UI events.
Fields§
§event_kind: WinEventKind§window_handle: Option<WindowHandle>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WinEventMessage
impl RefUnwindSafe for WinEventMessage
impl Send for WinEventMessage
impl Sync for WinEventMessage
impl Unpin for WinEventMessage
impl UnwindSafe for WinEventMessage
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