Struct winapi::um::winuser::MSLLHOOKSTRUCT
source · #[repr(C)]pub struct MSLLHOOKSTRUCT {
pub pt: POINT,
pub mouseData: DWORD,
pub flags: DWORD,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}
Fields§
§pt: POINT
§mouseData: DWORD
§flags: DWORD
§time: DWORD
§dwExtraInfo: ULONG_PTR
Trait Implementations§
source§impl Clone for MSLLHOOKSTRUCT
impl Clone for MSLLHOOKSTRUCT
source§fn clone(&self) -> MSLLHOOKSTRUCT
fn clone(&self) -> MSLLHOOKSTRUCT
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 MSLLHOOKSTRUCT
impl Default for MSLLHOOKSTRUCT
source§fn default() -> MSLLHOOKSTRUCT
fn default() -> MSLLHOOKSTRUCT
Returns the “default value” for a type. Read more