Struct windows_sys::Win32::Devices::Usb::USBFN_CLASS_INFORMATION_PACKET
[−]#[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