Struct winapi::winuser::TOUCHINPUT [] [src]

pub struct TOUCHINPUT {
    pub x: LONG,
    pub y: LONG,
    pub hSource: HANDLE,
    pub dwID: DWORD,
    pub dwFlags: DWORD,
    pub dwMask: DWORD,
    pub dwTime: DWORD,
    pub dwExtraInfo: ULONG_PTR,
    pub cxContact: DWORD,
    pub cyContact: DWORD,
}

Fields

x
y
hSource
dwID
dwFlags
dwMask
dwTime
dwExtraInfo
cxContact
cyContact

Trait Implementations

impl Copy for TOUCHINPUT
[src]

impl Clone for TOUCHINPUT
[src]

fn clone(&self) -> TOUCHINPUT

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

Derived Implementations

impl Debug for TOUCHINPUT
[src]

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

Formats the value using the given formatter.