Struct winapi::hidpi::HIDP_RANGE_STRUCT [] [src]

#[repr(C)]
pub struct HIDP_RANGE_STRUCT { pub UsageMin: USAGE, pub UsageMax: USAGE, pub StringMin: USHORT, pub StringMax: USHORT, pub DesignatorMin: USHORT, pub DesignatorMax: USHORT, pub DataIndexMin: USHORT, pub DataIndexMax: USHORT, }

Fields

Trait Implementations

impl Debug for HIDP_RANGE_STRUCT
[src]

Formats the value using the given formatter.

impl Copy for HIDP_RANGE_STRUCT
[src]

impl Clone for HIDP_RANGE_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more