#[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: DWORDTrait Implementations§
Source§impl Clone for tagTOUCHINPUT
impl Clone for tagTOUCHINPUT
Source§fn clone(&self) -> tagTOUCHINPUT
fn clone(&self) -> tagTOUCHINPUT
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 Debug for tagTOUCHINPUT
impl Debug for tagTOUCHINPUT
impl Copy 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