#[repr(C)]pub struct GESTURECONFIG {
pub dwID: GESTURECONFIG_ID,
pub dwWant: u32,
pub dwBlock: u32,
}
Fields§
§dwID: GESTURECONFIG_ID
§dwWant: u32
§dwBlock: u32
Trait Implementations§
Source§impl Abi for GESTURECONFIG
impl Abi for GESTURECONFIG
Source§type Abi = GESTURECONFIG
type Abi = GESTURECONFIG
The abi representation of the implementing type. Read more
type DefaultType = GESTURECONFIG
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for GESTURECONFIG
impl Clone for GESTURECONFIG
Source§fn clone(&self) -> GESTURECONFIG
fn clone(&self) -> GESTURECONFIG
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 GESTURECONFIG
impl Debug for GESTURECONFIG
Source§impl Default for GESTURECONFIG
impl Default for GESTURECONFIG
Source§impl PartialEq for GESTURECONFIG
impl PartialEq for GESTURECONFIG
impl Copy for GESTURECONFIG
impl Eq for GESTURECONFIG
Auto Trait Implementations§
impl Freeze for GESTURECONFIG
impl RefUnwindSafe for GESTURECONFIG
impl Send for GESTURECONFIG
impl Sync for GESTURECONFIG
impl Unpin for GESTURECONFIG
impl UnwindSafe for GESTURECONFIG
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