#[repr(C)]pub struct tagTOUCHINPUT {
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§
Source§impl Clone for tagTOUCHINPUT
impl Clone for tagTOUCHINPUT
Source§fn clone(&self) -> tagTOUCHINPUT
fn clone(&self) -> tagTOUCHINPUT
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 Debug for tagTOUCHINPUT
impl Debug for tagTOUCHINPUT
Source§impl Ord for tagTOUCHINPUT
impl Ord for tagTOUCHINPUT
Source§fn cmp(&self, other: &tagTOUCHINPUT) -> Ordering
fn cmp(&self, other: &tagTOUCHINPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagTOUCHINPUT
impl PartialEq for tagTOUCHINPUT
Source§impl PartialOrd for tagTOUCHINPUT
impl PartialOrd for tagTOUCHINPUT
impl Copy for tagTOUCHINPUT
impl Eq for tagTOUCHINPUT
impl StructuralPartialEq for tagTOUCHINPUT
Auto Trait Implementations§
impl Freeze for tagTOUCHINPUT
impl RefUnwindSafe for tagTOUCHINPUT
impl !Send for tagTOUCHINPUT
impl !Sync for tagTOUCHINPUT
impl Unpin for tagTOUCHINPUT
impl UnwindSafe for tagTOUCHINPUT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more