Struct winapi::hidpi::HIDP_UNKNOWN_TOKEN
[−]
[src]
pub struct HIDP_UNKNOWN_TOKEN { pub Token: UCHAR, pub Reserved: [UCHAR; 3], pub BitField: ULONG, }
Fields
Token | |
Reserved | |
BitField |
Trait Implementations
impl Copy for HIDP_UNKNOWN_TOKEN
[src]
impl Clone for HIDP_UNKNOWN_TOKEN
[src]
fn clone(&self) -> HIDP_UNKNOWN_TOKEN
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