Enum pnmixerlib::alsa_card::AlsaEvent
[−]
[src]
pub enum AlsaEvent {
AlsaCardError,
AlsaCardDiconnected,
AlsaCardValuesChanged,
}An "external" alsa card event, potentially triggered by anything.
Variants
AlsaCardErrorAn error.
AlsaCardDiconnectedAlsa card is disconnected.
AlsaCardValuesChangedThe values of the mixer changed, including mute state.
Trait Implementations
impl Clone for AlsaEvent[src]
fn clone(&self) -> AlsaEvent
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