#[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: u16ReportID: u8IsAlias: BOOLEANBitField: u16LinkCollection: u16LinkUsage: u16LinkUsagePage: u16IsRange: BOOLEANIsStringRange: BOOLEANIsDesignatorRange: BOOLEANIsAbsolute: BOOLEANHasNull: BOOLEANReserved: u8BitSize: u16ReportCount: u16Reserved2: [u16; 5]UnitsExp: u32Units: u32LogicalMin: i32LogicalMax: i32PhysicalMin: i32PhysicalMax: i32Anonymous: 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.