Struct windows_sys::Win32::UI::Input::Touch::GESTURECONFIG
[−]#[repr(C)]pub struct GESTURECONFIG {
pub dwID: GESTURECONFIG_ID,
pub dwWant: u32,
pub dwBlock: u32,
}
Expand description
Required features: "Win32_UI_Input_Touch"
Fields
dwID: GESTURECONFIG_ID
dwWant: u32
dwBlock: u32
Trait Implementations
impl Clone for GESTURECONFIG
impl Clone for GESTURECONFIG
impl Copy for GESTURECONFIG
Auto Trait Implementations
impl RefUnwindSafe for GESTURECONFIG
impl Send for GESTURECONFIG
impl Sync for GESTURECONFIG
impl Unpin for GESTURECONFIG
impl UnwindSafe for GESTURECONFIG
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