Struct pnmixerlib::prefs::DevicePrefs
[−]
[src]
pub struct DevicePrefs {
pub card: String,
pub channel: String,
}Device preferences tab.
Fields
card: String
channel: String
Trait Implementations
impl Debug for DevicePrefs[src]
impl Default for DevicePrefs[src]
fn default() -> DevicePrefs
Returns the "default value" for a type. Read more