#[repr(C)]pub struct tagGESTURENOTIFYSTRUCT {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub hwndTarget: HWND,
pub ptsLocation: POINTS,
pub dwInstanceID: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§hwndTarget: HWND
§ptsLocation: POINTS
§dwInstanceID: DWORD
Trait Implementations§
Source§impl Clone for tagGESTURENOTIFYSTRUCT
impl Clone for tagGESTURENOTIFYSTRUCT
Source§fn clone(&self) -> tagGESTURENOTIFYSTRUCT
fn clone(&self) -> tagGESTURENOTIFYSTRUCT
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 tagGESTURENOTIFYSTRUCT
impl Debug for tagGESTURENOTIFYSTRUCT
Source§impl Ord for tagGESTURENOTIFYSTRUCT
impl Ord for tagGESTURENOTIFYSTRUCT
Source§fn cmp(&self, other: &tagGESTURENOTIFYSTRUCT) -> Ordering
fn cmp(&self, other: &tagGESTURENOTIFYSTRUCT) -> 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 tagGESTURENOTIFYSTRUCT
impl PartialEq for tagGESTURENOTIFYSTRUCT
Source§impl PartialOrd for tagGESTURENOTIFYSTRUCT
impl PartialOrd for tagGESTURENOTIFYSTRUCT
impl Copy for tagGESTURENOTIFYSTRUCT
impl Eq for tagGESTURENOTIFYSTRUCT
impl StructuralPartialEq for tagGESTURENOTIFYSTRUCT
Auto Trait Implementations§
impl Freeze for tagGESTURENOTIFYSTRUCT
impl RefUnwindSafe for tagGESTURENOTIFYSTRUCT
impl !Send for tagGESTURENOTIFYSTRUCT
impl !Sync for tagGESTURENOTIFYSTRUCT
impl Unpin for tagGESTURENOTIFYSTRUCT
impl UnwindSafe for tagGESTURENOTIFYSTRUCT
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