Struct winapi::hidpi::HIDP_CAPS [] [src]

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

Fields

Trait Implementations

impl Debug for HIDP_CAPS
[src]

Formats the value using the given formatter.

impl Copy for HIDP_CAPS
[src]

impl Clone for HIDP_CAPS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more