Struct winapi::hidsdi::HIDD_ATTRIBUTES [] [src]

pub struct HIDD_ATTRIBUTES {
    pub Size: ULONG,
    pub VendorID: USHORT,
    pub ProductID: USHORT,
    pub VersionNumber: USHORT,
}

Fields

Size: ULONG VendorID: USHORT ProductID: USHORT VersionNumber: USHORT

Trait Implementations

impl Debug for HIDD_ATTRIBUTES
[src]

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

Formats the value using the given formatter.

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