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

#[repr(C)]
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

Trait Implementations

impl Debug for HID_COLLECTION_INFORMATION
[src]

Formats the value using the given formatter.

impl Copy for HID_COLLECTION_INFORMATION
[src]

impl Clone for HID_COLLECTION_INFORMATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more