Enum pnmixerlib::prefs::MiddleClickAction [] [src]

pub enum MiddleClickAction {
    ToggleMute,
    ShowPreferences,
    VolumeControl,
    CustomCommand,
}

When the tray icon is middle-clicked.

Variants

Trait Implementations

impl Debug for MiddleClickAction
[src]

Formats the value using the given formatter.

impl Clone for MiddleClickAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MiddleClickAction
[src]

impl Default for MiddleClickAction
[src]

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

impl From<i32> for MiddleClickAction
[src]

Performs the conversion.