#[repr(C)]
pub struct HIDP_BUTTON_CAPS {
Show 15 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 ReportCount: u16, pub Reserved2: u16, pub Reserved: [u32; 9], pub Anonymous: HIDP_BUTTON_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§ReportCount: u16§Reserved2: u16§Reserved: [u32; 9]§Anonymous: HIDP_BUTTON_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.