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_UI_Input_Touch"
, "Win32_Foundation"
Fields
cbSize: u32
dwFlags: u32
hwndTarget: HWND
ptsLocation: POINTS
dwInstanceID: u32
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more