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

#[repr(C)]
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

Trait Implementations

impl Debug for HIDP_NOTRANGE_STRUCT
[src]

Formats the value using the given formatter.

impl Copy for HIDP_NOTRANGE_STRUCT
[src]

impl Clone for HIDP_NOTRANGE_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more