Struct CoreInputDeviceTypes
#[repr(transparent)]pub struct CoreInputDeviceTypes(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
§impl BitAnd for CoreInputDeviceTypes
impl BitAnd for CoreInputDeviceTypes
§impl BitAndAssign for CoreInputDeviceTypes
impl BitAndAssign for CoreInputDeviceTypes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read more§impl BitOr for CoreInputDeviceTypes
impl BitOr for CoreInputDeviceTypes
§impl BitOrAssign for CoreInputDeviceTypes
impl BitOrAssign for CoreInputDeviceTypes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read more§impl Clone for CoreInputDeviceTypes
impl Clone for CoreInputDeviceTypes
§fn clone(&self) -> CoreInputDeviceTypes
fn clone(&self) -> CoreInputDeviceTypes
Returns a duplicate 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 more§impl Debug for CoreInputDeviceTypes
impl Debug for CoreInputDeviceTypes
§impl Default for CoreInputDeviceTypes
impl Default for CoreInputDeviceTypes
§fn default() -> CoreInputDeviceTypes
fn default() -> CoreInputDeviceTypes
Returns the “default value” for a type. Read more
§impl Not for CoreInputDeviceTypes
impl Not for CoreInputDeviceTypes
§impl PartialEq for CoreInputDeviceTypes
impl PartialEq for CoreInputDeviceTypes
impl Copy for CoreInputDeviceTypes
impl Eq for CoreInputDeviceTypes
impl StructuralPartialEq for CoreInputDeviceTypes
Auto Trait Implementations§
impl Freeze for CoreInputDeviceTypes
impl RefUnwindSafe for CoreInputDeviceTypes
impl Send for CoreInputDeviceTypes
impl Sync for CoreInputDeviceTypes
impl Unpin for CoreInputDeviceTypes
impl UnwindSafe for CoreInputDeviceTypes
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