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 | |
UsageMax | |
StringMin | |
StringMax | |
DesignatorMin | |
DesignatorMax | |
DataIndexMin | |
DataIndexMax |
Trait Implementations
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