Struct windows_sys::Win32::Devices::Usb::USB_INTERFACE_DESCRIPTOR
#[repr(C)]pub struct USB_INTERFACE_DESCRIPTOR {
pub bLength: u8,
pub bDescriptorType: u8,
pub bInterfaceNumber: u8,
pub bAlternateSetting: u8,
pub bNumEndpoints: u8,
pub bInterfaceClass: u8,
pub bInterfaceSubClass: u8,
pub bInterfaceProtocol: u8,
pub iInterface: u8,
}Expand description
Required features: "Win32_Devices_Usb"
Fields§
§bLength: u8§bDescriptorType: u8§bInterfaceNumber: u8§bAlternateSetting: u8§bNumEndpoints: u8§bInterfaceClass: u8§bInterfaceSubClass: u8§bInterfaceProtocol: u8§iInterface: u8