Struct winapi::hidclass::HID_DRIVER_CONFIG [] [src]

#[repr(C)]
pub struct HID_DRIVER_CONFIG { pub Size: ULONG, pub RingBufferSize: ULONG, }

Fields

Trait Implementations

impl Debug for HID_DRIVER_CONFIG
[src]

Formats the value using the given formatter.

impl Copy for HID_DRIVER_CONFIG
[src]

impl Clone for HID_DRIVER_CONFIG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more