#[repr(C)]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§
Source§impl Clone for TOUCHINPUT
impl Clone for TOUCHINPUT
Source§fn clone(&self) -> TOUCHINPUT
fn clone(&self) -> TOUCHINPUT
Returns a duplicate 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 Default for TOUCHINPUT
impl Default for TOUCHINPUT
Source§fn default() -> TOUCHINPUT
fn default() -> TOUCHINPUT
Returns the “default value” for a type. Read more
impl Copy for TOUCHINPUT
Auto Trait Implementations§
impl Freeze for TOUCHINPUT
impl RefUnwindSafe for TOUCHINPUT
impl !Send for TOUCHINPUT
impl !Sync for TOUCHINPUT
impl Unpin for TOUCHINPUT
impl UnwindSafe for TOUCHINPUT
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