Struct windows_sys::Win32::UI::Input::Touch::GESTURENOTIFYSTRUCT
#[repr(C)]pub struct GESTURENOTIFYSTRUCT {
pub cbSize: u32,
pub dwFlags: u32,
pub hwndTarget: HWND,
pub ptsLocation: POINTS,
pub dwInstanceID: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§dwFlags: u32§hwndTarget: HWND§ptsLocation: POINTS§dwInstanceID: u32Trait Implementations§
§impl Clone for GESTURENOTIFYSTRUCT
impl Clone for GESTURENOTIFYSTRUCT
impl Copy for GESTURENOTIFYSTRUCT
Auto Trait Implementations§
impl RefUnwindSafe for GESTURENOTIFYSTRUCT
impl Send for GESTURENOTIFYSTRUCT
impl Sync for GESTURENOTIFYSTRUCT
impl Unpin for GESTURENOTIFYSTRUCT
impl UnwindSafe for GESTURENOTIFYSTRUCT
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