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