Struct winapi::hidclass::HID_COLLECTION_INFORMATION [] [src]

pub struct HID_COLLECTION_INFORMATION {
    pub DescriptorSize: ULONG,
    pub Polled: BOOLEAN,
    pub Reserved1: [UCHAR; 1],
    pub VendorID: USHORT,
    pub ProductID: USHORT,
    pub VersionNumber: USHORT,
}

Fields

DescriptorSize: ULONG Polled: BOOLEAN Reserved1: [UCHAR; 1] VendorID: USHORT ProductID: USHORT VersionNumber: USHORT

Trait Implementations

impl Debug for HID_COLLECTION_INFORMATION
[src]

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

Formats the value using the given formatter.

impl Copy for HID_COLLECTION_INFORMATION
[src]

impl Clone for HID_COLLECTION_INFORMATION
[src]

fn clone(&self) -> HID_COLLECTION_INFORMATION

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