Struct winapi::hidclass::HID_XFER_PACKET
[−]
[src]
pub struct HID_XFER_PACKET {
pub reportBuffer: PUCHAR,
pub reportBufferLen: ULONG,
pub reportId: UCHAR,
}Fields
reportBuffer | |
reportBufferLen | |
reportId |
Trait Implementations
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