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