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_INTERFACE§HighSpeedClassInterface: USBFN_CLASS_INTERFACE§InterfaceName: [u16; 40]§InterfaceGuid: [u16; 39]§HasInterfaceGuid: BOOLEAN§SuperSpeedClassInterface: USBFN_CLASS_INTERFACE