Home
last modified time | relevance | path

Searched refs:product_string_index (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/rusb/src/
Ddevice_descriptor.rs42 pub fn product_string_index(&self) -> Option<u8> { in product_string_index() method
161 super::from_libusb(device_descriptor!(iProduct: 42)).product_string_index() in it_has_product_string_index()
169 super::from_libusb(device_descriptor!(iProduct: 0)).product_string_index() in it_handles_missing_product_string_index()
Ddevice_handle.rs786 match device.product_string_index() { in read_product_string_ascii()
799 match device.product_string_index() { in read_product_string()
/external/rust/android-crates-io/crates/rusb/examples/
Dlist_devices.rs130 device_desc.product_string_index().unwrap_or(0), in print_device()