pub type InterfaceWithEndpoints = (XhciInterfaceDescriptor, Vec<XhciEndpointDescriptor>);Expand description
A parsed interface paired with its endpoint descriptors.
pub type InterfaceWithEndpoints = (XhciInterfaceDescriptor, Vec<XhciEndpointDescriptor>);A parsed interface paired with its endpoint descriptors.