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 | |
UsagePage | |
InputReportByteLength | |
OutputReportByteLength | |
FeatureReportByteLength | |
Reserved | |
NumberLinkCollectionNodes | |
NumberInputButtonCaps | |
NumberInputValueCaps | |
NumberInputDataIndices | |
NumberOutputButtonCaps | |
NumberOutputValueCaps | |
NumberOutputDataIndices | |
NumberFeatureButtonCaps | |
NumberFeatureValueCaps | |
NumberFeatureDataIndices |
Trait Implementations
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