Struct windows_sys::Win32::Devices::HumanInterfaceDevice::HID_XFER_PACKET
#[repr(C)]pub struct HID_XFER_PACKET {
pub reportBuffer: *mut u8,
pub reportBufferLen: u32,
pub reportId: u8,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§reportBuffer: *mut u8
§reportBufferLen: u32
§reportId: u8