pub type IOUSBDescriptor = IOUSBDescriptorHeader;Available on crate feature
AppleUSBDefinitions only.Expand description
Base descriptor defined by USB 2.0 9.5
Used to represent generic descriptor definitions
See also Apple’s documentation
Aliased Type§
#[repr(C)]pub struct IOUSBDescriptor {
pub bLength: u8,
pub bDescriptorType: u8,
}Fields§
§bLength: u8§bDescriptorType: u8