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
product_id
manufact
product
serial
have_serial
enable_ir
remote_wakeup

Trait Implementations

Derived Implementations

impl Debug for HwInfo
[src]

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

Formats the value using the given formatter.