#[repr(C, packed(1))]
pub struct USB_SEND_RAW_COMMAND_PARAMETERS { pub Usb_bmRequest: u8, pub Usb_bRequest: u8, pub Usb_wVlaue: u16, pub Usb_wIndex: u16, pub Usb_wLength: u16, pub DeviceAddress: u16, pub MaximumPacketSize: u16, pub Timeout: u32, pub DataLength: u32, pub UsbdStatusCode: i32, pub Data: [u8; 4], }
Expand description

Required features: "Win32_Devices_Usb"

Fields

Usb_bmRequest: u8Usb_bRequest: u8Usb_wVlaue: u16Usb_wIndex: u16Usb_wLength: u16DeviceAddress: u16MaximumPacketSize: u16Timeout: u32DataLength: u32UsbdStatusCode: i32Data: [u8; 4]

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.