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

pub struct HID_XFER_PACKET {
    pub reportBuffer: PUCHAR,
    pub reportBufferLen: ULONG,
    pub reportId: UCHAR,
}

Fields

reportBuffer: PUCHAR reportBufferLen: ULONG reportId: UCHAR

Trait Implementations

impl Debug for HID_XFER_PACKET
[src]

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

Formats the value using the given formatter.

impl Copy for HID_XFER_PACKET
[src]

impl Clone for HID_XFER_PACKET
[src]

fn clone(&self) -> HID_XFER_PACKET

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