Struct HidCollectionType
#[repr(transparent)]pub struct HidCollectionType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl HidCollectionType
impl HidCollectionType
pub const Physical: Self
pub const Application: Self
pub const Logical: Self
pub const Report: Self
pub const NamedArray: Self
pub const UsageSwitch: Self
pub const UsageModifier: Self
pub const Other: Self
Trait Implementations§
§impl Clone for HidCollectionType
impl Clone for HidCollectionType
§fn clone(&self) -> HidCollectionType
fn clone(&self) -> HidCollectionType
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 HidCollectionType
impl Debug for HidCollectionType
§impl Default for HidCollectionType
impl Default for HidCollectionType
§fn default() -> HidCollectionType
fn default() -> HidCollectionType
Returns the “default value” for a type. Read more
§impl PartialEq for HidCollectionType
impl PartialEq for HidCollectionType
impl Copy for HidCollectionType
impl Eq for HidCollectionType
impl StructuralPartialEq for HidCollectionType
Auto Trait Implementations§
impl Freeze for HidCollectionType
impl RefUnwindSafe for HidCollectionType
impl Send for HidCollectionType
impl Sync for HidCollectionType
impl Unpin for HidCollectionType
impl UnwindSafe for HidCollectionType
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