#[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
Trait Implementations
impl Clone for HID_XFER_PACKET
impl Clone for HID_XFER_PACKET
impl Copy for HID_XFER_PACKET
Auto Trait Implementations
impl RefUnwindSafe for HID_XFER_PACKET
impl !Send for HID_XFER_PACKET
impl !Sync for HID_XFER_PACKET
impl Unpin for HID_XFER_PACKET
impl UnwindSafe for HID_XFER_PACKET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more