#[repr(C)]pub struct URB_CONTROL_GET_INTERFACE_REQUEST {
pub Hdr: URB_HEADER,
pub Reserved: PVOID,
pub Reserved0: ULONG,
pub TransferBufferLength: ULONG,
pub TransferBuffer: PVOID,
pub TransferBufferMDL: PMDL,
pub UrbLink: *mut URB,
pub hca: URB_HCD_AREA,
pub Reserved1: [UCHAR; 4],
pub Interface: USHORT,
pub Reserved2: USHORT,
}
Fields§
§Hdr: URB_HEADER
§Reserved: PVOID
§Reserved0: ULONG
§TransferBufferLength: ULONG
§TransferBuffer: PVOID
§TransferBufferMDL: PMDL
§UrbLink: *mut URB
§hca: URB_HCD_AREA
§Reserved1: [UCHAR; 4]
§Interface: USHORT
§Reserved2: USHORT
Trait Implementations§
Source§impl Clone for URB_CONTROL_GET_INTERFACE_REQUEST
impl Clone for URB_CONTROL_GET_INTERFACE_REQUEST
Source§fn clone(&self) -> URB_CONTROL_GET_INTERFACE_REQUEST
fn clone(&self) -> URB_CONTROL_GET_INTERFACE_REQUEST
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 URB_CONTROL_GET_INTERFACE_REQUEST
impl Default for URB_CONTROL_GET_INTERFACE_REQUEST
Source§fn default() -> URB_CONTROL_GET_INTERFACE_REQUEST
fn default() -> URB_CONTROL_GET_INTERFACE_REQUEST
Returns the “default value” for a type. Read more
impl Copy for URB_CONTROL_GET_INTERFACE_REQUEST
Auto Trait Implementations§
impl Freeze for URB_CONTROL_GET_INTERFACE_REQUEST
impl RefUnwindSafe for URB_CONTROL_GET_INTERFACE_REQUEST
impl !Send for URB_CONTROL_GET_INTERFACE_REQUEST
impl !Sync for URB_CONTROL_GET_INTERFACE_REQUEST
impl Unpin for URB_CONTROL_GET_INTERFACE_REQUEST
impl UnwindSafe for URB_CONTROL_GET_INTERFACE_REQUEST
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