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: u8bDescriptorType: u8bInterfaceNumber: u8bAlternateSetting: u8bNumEndpoints: u8bInterfaceClass: u8bInterfaceSubClass: u8bInterfaceProtocol: u8iInterface: u8