Struct pnmixerlib::prefs::HotkeyPrefs [] [src]

pub struct HotkeyPrefs {
    pub enable_hotkeys: bool,
    pub mute_unmute_key: Option<String>,
    pub vol_up_key: Option<String>,
    pub vol_down_key: Option<String>,
}

Hotkey preferences. The Strings represent gtk accelerator strings.

Fields

Trait Implementations

impl Debug for HotkeyPrefs
[src]

Formats the value using the given formatter.

impl Default for HotkeyPrefs
[src]

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