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 | |
Reserved1 | |
StringIndex | |
Reserved2 | |
DesignatorIndex | |
Reserved3 | |
DataIndex | |
Reserved4 |
Trait Implementations
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