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 String
s represent gtk accelerator strings.
Fields
enable_hotkeys: bool
mute_unmute_key: Option<String>
vol_up_key: Option<String>
vol_down_key: Option<String>
Trait Implementations
impl Debug for HotkeyPrefs
[src]
impl Default for HotkeyPrefs
[src]
fn default() -> HotkeyPrefs
Returns the "default value" for a type. Read more