Struct winapi::hidclass::HID_XFER_PACKET [] [src]

#[repr(C)]
pub struct HID_XFER_PACKET { pub reportBuffer: PUCHAR, pub reportBufferLen: ULONG, pub reportId: UCHAR, }

Fields

Trait Implementations

impl Debug for HID_XFER_PACKET
[src]

Formats the value using the given formatter.

impl Copy for HID_XFER_PACKET
[src]

impl Clone for HID_XFER_PACKET
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more