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

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

UsageMin: USAGE UsageMax: USAGE StringMin: USHORT StringMax: USHORT DesignatorMin: USHORT DesignatorMax: USHORT DataIndexMin: USHORT DataIndexMax: USHORT

Trait Implementations

impl Debug for HIDP_RANGE_STRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for HIDP_RANGE_STRUCT
[src]

impl Clone for HIDP_RANGE_STRUCT
[src]

fn clone(&self) -> HIDP_RANGE_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