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