Struct winapi::hidsdi::HIDD_ATTRIBUTES
[−]
[src]
pub struct HIDD_ATTRIBUTES {
pub Size: ULONG,
pub VendorID: USHORT,
pub ProductID: USHORT,
pub VersionNumber: USHORT,
}Fields
Size | |
VendorID | |
ProductID | |
VersionNumber |
Trait Implementations
impl Copy for HIDD_ATTRIBUTES[src]
impl Clone for HIDD_ATTRIBUTES[src]
fn clone(&self) -> HIDD_ATTRIBUTES
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