pub type USB_INTERFACE_DESCRIPTOR = _USB_INTERFACE_DESCRIPTOR;Aliased Type§
#[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,
}Fields§
§bLength: u8§bDescriptorType: u8§bInterfaceNumber: u8§bAlternateSetting: u8§bNumEndpoints: u8§bInterfaceClass: u8§bInterfaceSubClass: u8§bInterfaceProtocol: u8§iInterface: u8