Struct winapi::hidpi::HIDP_VALUE_CAPS [] [src]

#[repr(C)]
pub struct HIDP_VALUE_CAPS { pub UsagePage: USAGE, pub ReportID: UCHAR, pub IsAlias: BOOLEAN, pub BitField: USHORT, pub LinkCollection: USHORT, pub LinkUsage: USAGE, pub LinkUsagePage: USAGE, pub IsRange: BOOLEAN, pub IsStringRange: BOOLEAN, pub IsDesignatorRange: BOOLEAN, pub IsAbsolute: BOOLEAN, pub HasNull: BOOLEAN, pub Reserved: UCHAR, pub BitSize: USHORT, pub ReportCount: USHORT, pub Reserved2: [USHORT; 5], pub UnitsExp: ULONG, pub Units: ULONG, pub LogicalMin: LONG, pub LogicalMax: LONG, pub PhysicalMin: LONG, pub PhysicalMax: LONG, pub S_un: [u16; 8], }

Fields

Methods

impl HIDP_VALUE_CAPS
[src]

impl HIDP_VALUE_CAPS
[src]

Trait Implementations

impl Debug for HIDP_VALUE_CAPS
[src]

Formats the value using the given formatter.

impl Copy for HIDP_VALUE_CAPS
[src]

impl Clone for HIDP_VALUE_CAPS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more