#[repr(C)]pub struct HID_XFER_PACKET {
pub reportBuffer: PUCHAR,
pub reportBufferLen: ULONG,
pub reportId: UCHAR,
}
Fields§
§reportBuffer: PUCHAR
§reportBufferLen: ULONG
§reportId: UCHAR
Trait Implementations§
Source§impl Clone for HID_XFER_PACKET
impl Clone for HID_XFER_PACKET
Source§fn clone(&self) -> HID_XFER_PACKET
fn clone(&self) -> HID_XFER_PACKET
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for HID_XFER_PACKET
impl Default for HID_XFER_PACKET
Source§fn default() -> HID_XFER_PACKET
fn default() -> HID_XFER_PACKET
Returns the “default value” for a type. Read more
impl Copy for HID_XFER_PACKET
Auto Trait Implementations§
impl Freeze for HID_XFER_PACKET
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more