Struct winapi::winuser::MOUSEINPUT [] [src]

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

impl Debug for MOUSEINPUT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for MOUSEINPUT
[src]

impl Clone for MOUSEINPUT
[src]

fn clone(&self) -> MOUSEINPUT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more