pub fn parse_u3v_interfaces(
config: &ConfigDescriptor,
) -> Option<U3vInterfaceInfo>Expand description
Check whether a USB device’s interface descriptors indicate a USB3 Vision device and extract endpoint information.
Returns None if no U3V control interface is found.