Searched refs:product_string_index (Results 1 – 3 of 3) sorted by relevance
42 pub fn product_string_index(&self) -> Option<u8> { in product_string_index() method161 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()
786 match device.product_string_index() { in read_product_string_ascii()799 match device.product_string_index() { in read_product_string()
130 device_desc.product_string_index().unwrap_or(0), in print_device()