Struct pnmixerlib::prefs::DevicePrefs [] [src]

pub struct DevicePrefs {
    pub card: String,
    pub channel: String,
}

Device preferences tab.

Fields

Trait Implementations

impl Debug for DevicePrefs
[src]

Formats the value using the given formatter.

impl Default for DevicePrefs
[src]

Returns the "default value" for a type. Read more