#[repr(C)]
pub struct _URB_OS_FEATURE_DESCRIPTOR_REQUEST {
Show 14 fields pub Hdr: _URB_HEADER, pub Reserved: *mut c_void, pub Reserved0: u32, pub TransferBufferLength: u32, pub TransferBuffer: *mut c_void, pub TransferBufferMDL: *mut c_void, pub UrbLink: *mut URB, pub hca: _URB_HCD_AREA, pub _bitfield: u8, pub Reserved2: u8, pub InterfaceNumber: u8, pub MS_PageIndex: u8, pub MS_FeatureDescriptorIndex: u16, pub Reserved3: u16,
}
Expand description

Required features: "Win32_Devices_Usb"

Fields§

§Hdr: _URB_HEADER§Reserved: *mut c_void§Reserved0: u32§TransferBufferLength: u32§TransferBuffer: *mut c_void§TransferBufferMDL: *mut c_void§UrbLink: *mut URB§hca: _URB_HCD_AREA§_bitfield: u8§Reserved2: u8§InterfaceNumber: u8§MS_PageIndex: u8§MS_FeatureDescriptorIndex: u16§Reserved3: 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.