Struct winapi::winuser::RID_DEVICE_INFO_HID [] [src]

pub struct RID_DEVICE_INFO_HID {
    pub dwVendorId: DWORD,
    pub dwProductId: DWORD,
    pub dwVersionNumber: DWORD,
    pub usUsagePage: USHORT,
    pub usUsage: USHORT,
}

Fields

dwVendorId: DWORD dwProductId: DWORD dwVersionNumber: DWORD usUsagePage: USHORT usUsage: USHORT

Trait Implementations

impl Debug for RID_DEVICE_INFO_HID
[src]

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

Formats the value using the given formatter.

impl Copy for RID_DEVICE_INFO_HID
[src]

impl Clone for RID_DEVICE_INFO_HID
[src]

fn clone(&self) -> RID_DEVICE_INFO_HID

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