Home
last modified time | relevance | path

Searched defs:InterfaceDescriptorTree (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/usb_util/src/
H A Ddescriptor.rs39 pub struct InterfaceDescriptorTree { struct
40 offset: usize,
41 inner: types::InterfaceDescriptor,
43 endpoint_descriptors: BTreeMap<u8, EndpointDescriptor>,
81 ) -> Option<&InterfaceDescriptorTree> { in get_interface_descriptor()
100 impl InterfaceDescriptorTree { impl
111 impl Deref for InterfaceDescriptorTree { implementation