Struct rtlsdr::HwInfo [] [src]

pub struct HwInfo {
    pub vendor_id: u16,
    pub product_id: u16,
    pub manufact: String,
    pub product: String,
    pub serial: String,
    pub have_serial: bool,
    pub enable_ir: bool,
    pub remote_wakeup: bool,
}

Fields

vendor_id: u16 product_id: u16 manufact: String product: String serial: String have_serial: bool enable_ir: bool remote_wakeup: bool

Trait Implementations

impl Debug for HwInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.