#[repr(transparent)]pub struct GESTURECONFIG_ID(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for GESTURECONFIG_ID
impl BitAnd for GESTURECONFIG_ID
Source§type Output = GESTURECONFIG_ID
type Output = GESTURECONFIG_ID
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: GESTURECONFIG_ID) -> GESTURECONFIG_ID
fn bitand(self, rhs: GESTURECONFIG_ID) -> GESTURECONFIG_ID
Performs the
& operation. Read moreSource§impl BitAndAssign for GESTURECONFIG_ID
impl BitAndAssign for GESTURECONFIG_ID
Source§fn bitand_assign(&mut self, rhs: GESTURECONFIG_ID)
fn bitand_assign(&mut self, rhs: GESTURECONFIG_ID)
Performs the
&= operation. Read moreSource§impl BitOr for GESTURECONFIG_ID
impl BitOr for GESTURECONFIG_ID
Source§type Output = GESTURECONFIG_ID
type Output = GESTURECONFIG_ID
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: GESTURECONFIG_ID) -> GESTURECONFIG_ID
fn bitor(self, rhs: GESTURECONFIG_ID) -> GESTURECONFIG_ID
Performs the
| operation. Read moreSource§impl BitOrAssign for GESTURECONFIG_ID
impl BitOrAssign for GESTURECONFIG_ID
Source§fn bitor_assign(&mut self, rhs: GESTURECONFIG_ID)
fn bitor_assign(&mut self, rhs: GESTURECONFIG_ID)
Performs the
|= operation. Read moreSource§impl Clone for GESTURECONFIG_ID
impl Clone for GESTURECONFIG_ID
Source§fn clone(&self) -> GESTURECONFIG_ID
fn clone(&self) -> GESTURECONFIG_ID
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_ID
impl Debug for GESTURECONFIG_ID
Source§impl Default for GESTURECONFIG_ID
impl Default for GESTURECONFIG_ID
Source§fn default() -> GESTURECONFIG_ID
fn default() -> GESTURECONFIG_ID
Returns the “default value” for a type. Read more
Source§impl From<u32> for GESTURECONFIG_ID
impl From<u32> for GESTURECONFIG_ID
Source§fn from(value: u32) -> GESTURECONFIG_ID
fn from(value: u32) -> GESTURECONFIG_ID
Converts to this type from the input type.
Source§impl Not for GESTURECONFIG_ID
impl Not for GESTURECONFIG_ID
Source§type Output = GESTURECONFIG_ID
type Output = GESTURECONFIG_ID
The resulting type after applying the
! operator.Source§fn not(self) -> GESTURECONFIG_ID
fn not(self) -> GESTURECONFIG_ID
Performs the unary
! operation. Read moreSource§impl PartialEq for GESTURECONFIG_ID
impl PartialEq for GESTURECONFIG_ID
impl Copy for GESTURECONFIG_ID
impl Eq for GESTURECONFIG_ID
impl StructuralPartialEq for GESTURECONFIG_ID
Auto Trait Implementations§
impl Freeze for GESTURECONFIG_ID
impl RefUnwindSafe for GESTURECONFIG_ID
impl Send for GESTURECONFIG_ID
impl Sync for GESTURECONFIG_ID
impl Unpin for GESTURECONFIG_ID
impl UnwindSafe for GESTURECONFIG_ID
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