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

Trait Implementations

impl Debug for NotifyPrefs
[src]

Formats the value using the given formatter.

impl Default for NotifyPrefs
[src]

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