#[repr(transparent)]pub struct HidCollectionType(pub i32);
Expand description
Required features: ‘Devices_HumanInterfaceDevice’
Tuple Fields
0: i32
Implementations
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
impl Copy for HidCollectionType
Auto Trait Implementations
impl RefUnwindSafe for HidCollectionType
impl Send for HidCollectionType
impl Sync for HidCollectionType
impl Unpin for HidCollectionType
impl UnwindSafe for HidCollectionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more