Struct winapi::hidsdi::HIDD_CONFIGURATION [] [src]

pub struct HIDD_CONFIGURATION {
    pub cookie: PVOID,
    pub size: ULONG,
    pub RingBufferSize: ULONG,
}

Fields

cookie
size
RingBufferSize

Trait Implementations

impl Copy for HIDD_CONFIGURATION
[src]

impl Clone for HIDD_CONFIGURATION
[src]

fn clone(&self) -> HIDD_CONFIGURATION

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

Derived Implementations

impl Debug for HIDD_CONFIGURATION
[src]

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

Formats the value using the given formatter.