Struct winapi::hidpi::HIDP_UNKNOWN_TOKEN [] [src]

pub struct HIDP_UNKNOWN_TOKEN {
    pub Token: UCHAR,
    pub Reserved: [UCHAR; 3],
    pub BitField: ULONG,
}

Fields

Token: UCHAR Reserved: [UCHAR; 3] BitField: ULONG

Trait Implementations

impl Debug for HIDP_UNKNOWN_TOKEN
[src]

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

Formats the value using the given formatter.

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