Enum pnmixerlib::prefs::MiddleClickAction
[−]
[src]
pub enum MiddleClickAction {
ToggleMute,
ShowPreferences,
VolumeControl,
CustomCommand,
}When the tray icon is middle-clicked.
Variants
ToggleMuteShowPreferencesVolumeControlCustomCommandTrait Implementations
impl Debug for MiddleClickAction[src]
impl Clone for MiddleClickAction[src]
fn clone(&self) -> MiddleClickAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for MiddleClickAction[src]
impl Default for MiddleClickAction[src]
fn default() -> MiddleClickAction
Returns the "default value" for a type. Read more