Struct winapi::um::winuser::MOUSEHOOKSTRUCT
source · #[repr(C)]pub struct MOUSEHOOKSTRUCT {
pub pt: POINT,
pub hwnd: HWND,
pub wHitTestCode: UINT,
pub dwExtraInfo: ULONG_PTR,
}
Fields§
§pt: POINT
§hwnd: HWND
§wHitTestCode: UINT
§dwExtraInfo: ULONG_PTR
Trait Implementations§
source§impl Clone for MOUSEHOOKSTRUCT
impl Clone for MOUSEHOOKSTRUCT
source§fn clone(&self) -> MOUSEHOOKSTRUCT
fn clone(&self) -> MOUSEHOOKSTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MOUSEHOOKSTRUCT
impl Default for MOUSEHOOKSTRUCT
source§fn default() -> MOUSEHOOKSTRUCT
fn default() -> MOUSEHOOKSTRUCT
Returns the “default value” for a type. Read more