Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Ddescriptor.rs29 pub struct InterfaceDescriptorTree { struct
30 inner: types::InterfaceDescriptor,
55 ) -> Option<&InterfaceDescriptorTree> { in get_interface_descriptor()
69 impl InterfaceDescriptorTree { implementation
75 impl Deref for InterfaceDescriptorTree { implementation