#[repr(C)]
pub struct USBFN_CLASS_INFORMATION_PACKET { pub FullSpeedClassInterface: USBFN_CLASS_INTERFACE, pub HighSpeedClassInterface: USBFN_CLASS_INTERFACE, pub InterfaceName: [u16; 40], pub InterfaceGuid: [u16; 39], pub HasInterfaceGuid: BOOLEAN, pub SuperSpeedClassInterface: USBFN_CLASS_INTERFACE, }
Expand description

Required features: "Win32_Devices_Usb", "Win32_Foundation"

Fields

FullSpeedClassInterface: USBFN_CLASS_INTERFACEHighSpeedClassInterface: USBFN_CLASS_INTERFACEInterfaceName: [u16; 40]InterfaceGuid: [u16; 39]HasInterfaceGuid: BOOLEANSuperSpeedClassInterface: USBFN_CLASS_INTERFACE

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.