Enum pnmixerlib::audio::VolLevel [] [src]

pub enum VolLevel {
    Muted,
    Low,
    Medium,
    High,
    Off,
}

The volume level of the current audio configuration.

Variants

Trait Implementations

impl Clone for VolLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VolLevel
[src]

impl Debug for VolLevel
[src]

Formats the value using the given formatter.