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: LONG y: LONG hSource: HANDLE dwID: DWORD dwFlags: DWORD dwMask: DWORD dwTime: DWORD dwExtraInfo: ULONG_PTR cxContact: DWORD cyContact: DWORD

Trait Implementations

impl Debug for TOUCHINPUT
[src]

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

Formats the value using the given formatter.

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