Searched defs:EndpointDescriptor (Results 1 – 4 of 4) sorted by relevance
11 pub struct EndpointDescriptor<'a>(&'a libusb_endpoint_descriptor); struct17 impl<'a> EndpointDescriptor<'a> { implementation19 pub fn new(descriptor: &libusb_endpoint_descriptor) -> EndpointDescriptor { in new()51 impl<'a> Deref for EndpointDescriptor<'a> { implementation
20 pub fn endpoint_descriptor(&self, ep_idx: u8) -> Option<EndpointDescriptor> { in endpoint_descriptor()
238 class EndpointDescriptor(Descriptor): class
552 USB_ENDPOINT_DESCRIPTOR EndpointDescriptor; member