Enum pnmixerlib::support_audio::VolDir [] [src]

pub enum VolDir {
    Up,
    Down,
    Unknown,
}

The direction of a volume change.

Variants

Trait Implementations

impl Clone for VolDir
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VolDir
[src]

impl Debug for VolDir
[src]

Formats the value using the given formatter.