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 | |
Polled | |
Reserved1 | |
VendorID | |
ProductID | |
VersionNumber |
Trait Implementations
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