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

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

Usage: USAGE UsagePage: USAGE InputReportByteLength: USHORT OutputReportByteLength: USHORT FeatureReportByteLength: USHORT Reserved: [USHORT; 17] NumberLinkCollectionNodes: USHORT NumberInputButtonCaps: USHORT NumberInputValueCaps: USHORT NumberInputDataIndices: USHORT NumberOutputButtonCaps: USHORT NumberOutputValueCaps: USHORT NumberOutputDataIndices: USHORT NumberFeatureButtonCaps: USHORT NumberFeatureValueCaps: USHORT NumberFeatureDataIndices: USHORT

Trait Implementations

impl Debug for HIDP_CAPS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for HIDP_CAPS
[src]

impl Clone for HIDP_CAPS
[src]

fn clone(&self) -> HIDP_CAPS

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more