Struct pnmixerlib::prefs::VolColor [] [src]

pub struct VolColor {
    pub red: f64,
    pub green: f64,
    pub blue: f64,
}

Volume color setting in the view preferences tab.

Fields

Trait Implementations

impl Debug for VolColor
[src]

Formats the value using the given formatter.

impl Default for VolColor
[src]

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