#[repr(C)]
pub struct _URB_CONTROL_VENDOR_OR_CLASS_REQUEST {
Show 13 fields pub Hdr: _URB_HEADER, pub Reserved: *mut c_void, pub TransferFlags: u32, pub TransferBufferLength: u32, pub TransferBuffer: *mut c_void, pub TransferBufferMDL: *mut c_void, pub UrbLink: *mut URB, pub hca: _URB_HCD_AREA, pub RequestTypeReservedBits: u8, pub Request: u8, pub Value: u16, pub Index: u16, pub Reserved1: u16,
}
Expand description

Required features: "Win32_Devices_Usb"

Fields

Hdr: _URB_HEADERReserved: *mut c_voidTransferFlags: u32TransferBufferLength: u32TransferBuffer: *mut c_voidTransferBufferMDL: *mut c_voidUrbLink: *mut URBhca: _URB_HCD_AREARequestTypeReservedBits: u8Request: u8Value: 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.