#[repr(C)]
pub struct _URB_CONTROL_FEATURE_REQUEST { pub Hdr: _URB_HEADER, pub Reserved: *mut c_void, pub Reserved2: u32, pub Reserved3: u32, pub Reserved4: *mut c_void, pub Reserved5: *mut c_void, pub UrbLink: *mut URB, pub hca: _URB_HCD_AREA, pub Reserved0: u16, pub FeatureSelector: u16, pub Index: u16, pub Reserved1: u16, }
Expand description

Required features: "Win32_Devices_Usb"

Fields

Hdr: _URB_HEADERReserved: *mut c_voidReserved2: u32Reserved3: u32Reserved4: *mut c_voidReserved5: *mut c_voidUrbLink: *mut URBhca: _URB_HCD_AREAReserved0: u16FeatureSelector: u16Index: u16Reserved1: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.