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
dy
mouseData
dwFlags
time
dwExtraInfo

Trait Implementations

Derived Implementations

impl Debug for MOUSEINPUT

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

impl Copy for MOUSEINPUT

impl Clone for MOUSEINPUT

fn clone(&self) -> MOUSEINPUT

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