Searched defs:InterfaceDescriptorTree (Results 1 – 1 of 1) sorted by relevance
39 pub struct InterfaceDescriptorTree { struct40 offset: usize,41 inner: types::InterfaceDescriptor,43 endpoint_descriptors: BTreeMap<u8, EndpointDescriptor>,81 ) -> Option<&InterfaceDescriptorTree> { in get_interface_descriptor()100 impl InterfaceDescriptorTree { impl111 impl Deref for InterfaceDescriptorTree { implementation