Enum pnmixerlib::alsa_card::AlsaEvent [] [src]

pub enum AlsaEvent {
    AlsaCardError,
    AlsaCardDiconnected,
    AlsaCardValuesChanged,
}

An "external" alsa card event, potentially triggered by anything.

Variants

An error.

Alsa card is disconnected.

The values of the mixer changed, including mute state.

Trait Implementations

impl Clone for AlsaEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AlsaEvent
[src]

impl Debug for AlsaEvent
[src]

Formats the value using the given formatter.