#[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: u16ReportID: u8IsAlias: BOOLEANBitField: u16LinkCollection: u16LinkUsage: u16LinkUsagePage: u16IsRange: BOOLEANIsStringRange: BOOLEANIsDesignatorRange: BOOLEANIsAbsolute: BOOLEANReportCount: u16Reserved2: u16Reserved: [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.