#[repr(C)]
pub struct HIDP_CAPS {
Show 16 fields pub Usage: u16, pub UsagePage: u16, pub InputReportByteLength: u16, pub OutputReportByteLength: u16, pub FeatureReportByteLength: u16, pub Reserved: [u16; 17], pub NumberLinkCollectionNodes: u16, pub NumberInputButtonCaps: u16, pub NumberInputValueCaps: u16, pub NumberInputDataIndices: u16, pub NumberOutputButtonCaps: u16, pub NumberOutputValueCaps: u16, pub NumberOutputDataIndices: u16, pub NumberFeatureButtonCaps: u16, pub NumberFeatureValueCaps: u16, pub NumberFeatureDataIndices: u16,
}
Expand description

Required features: "Win32_Devices_HumanInterfaceDevice"

Fields

Usage: u16UsagePage: u16InputReportByteLength: u16OutputReportByteLength: u16FeatureReportByteLength: u16Reserved: [u16; 17]NumberLinkCollectionNodes: u16NumberInputButtonCaps: u16NumberInputValueCaps: u16NumberInputDataIndices: u16NumberOutputButtonCaps: u16NumberOutputValueCaps: u16NumberOutputDataIndices: u16NumberFeatureButtonCaps: u16NumberFeatureValueCaps: u16NumberFeatureDataIndices: u16

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.