Struct rtlsdr::USBStrings [] [src]

pub struct USBStrings {
    pub manufacturer: String,
    pub product: String,
    pub serial: String,
}

A set of USB strings for an RTL-SDR device.

Fields