Struct pnmixerlib::prefs::NotifyPrefs
[−]
[src]
pub struct NotifyPrefs { pub enable_notifications: bool, pub notifcation_timeout: i64, pub notify_mouse_scroll: bool, pub notify_popup: bool, pub notify_external: bool, pub notify_hotkeys: bool, }
Notifications preferences tab.
Fields
enable_notifications: bool
notifcation_timeout: i64
notify_mouse_scroll: bool
notify_popup: bool
notify_external: bool
notify_hotkeys: bool
Trait Implementations
impl Debug for NotifyPrefs
[src]
impl Default for NotifyPrefs
[src]
fn default() -> NotifyPrefs
Returns the "default value" for a type. Read more