Struct pnmixerlib::prefs::ViewPrefs [] [src]

pub struct ViewPrefs {
    pub draw_vol_meter: bool,
    pub vol_meter_offset: i32,
    pub system_theme: bool,
    pub vol_meter_color: VolColor,
}

View preferences tab.

Fields

Trait Implementations

impl Debug for ViewPrefs
[src]

Formats the value using the given formatter.

impl Default for ViewPrefs
[src]

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