#[repr(C)]
pub struct HIDP_VALUE_CAPS {
Show 23 fields pub UsagePage: u16, pub ReportID: u8, pub IsAlias: BOOLEAN, pub BitField: u16, pub LinkCollection: u16, pub LinkUsage: u16, pub LinkUsagePage: u16, pub IsRange: BOOLEAN, pub IsStringRange: BOOLEAN, pub IsDesignatorRange: BOOLEAN, pub IsAbsolute: BOOLEAN, pub HasNull: BOOLEAN, pub Reserved: u8, pub BitSize: u16, pub ReportCount: u16, pub Reserved2: [u16; 5], pub UnitsExp: u32, pub Units: u32, pub LogicalMin: i32, pub LogicalMax: i32, pub PhysicalMin: i32, pub PhysicalMax: i32, pub Anonymous: HIDP_VALUE_CAPS_0,
}
Expand description

Required features: "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation"

Fields§

§UsagePage: u16§ReportID: u8§IsAlias: BOOLEAN§BitField: u16§LinkCollection: u16§LinkUsage: u16§LinkUsagePage: u16§IsRange: BOOLEAN§IsStringRange: BOOLEAN§IsDesignatorRange: BOOLEAN§IsAbsolute: BOOLEAN§HasNull: BOOLEAN§Reserved: u8§BitSize: u16§ReportCount: u16§Reserved2: [u16; 5]§UnitsExp: u32§Units: u32§LogicalMin: i32§LogicalMax: i32§PhysicalMin: i32§PhysicalMax: i32§Anonymous: HIDP_VALUE_CAPS_0

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.