Struct winapi::hidpi::HIDP_NOTRANGE_STRUCT [] [src]

pub struct HIDP_NOTRANGE_STRUCT {
    pub Usage: USAGE,
    pub Reserved1: USAGE,
    pub StringIndex: USHORT,
    pub Reserved2: USHORT,
    pub DesignatorIndex: USHORT,
    pub Reserved3: USHORT,
    pub DataIndex: USHORT,
    pub Reserved4: USHORT,
}

Fields

Usage: USAGE Reserved1: USAGE StringIndex: USHORT Reserved2: USHORT DesignatorIndex: USHORT Reserved3: USHORT DataIndex: USHORT Reserved4: USHORT

Trait Implementations

impl Debug for HIDP_NOTRANGE_STRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for HIDP_NOTRANGE_STRUCT
[src]

impl Clone for HIDP_NOTRANGE_STRUCT
[src]

fn clone(&self) -> HIDP_NOTRANGE_STRUCT

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