Enum pnmixerlib::audio::AudioSignal [] [src]

pub enum AudioSignal {
    NoCard,
    CardInitialized,
    CardCleanedUp,
    CardDisconnected,
    CardError,
    ValuesChanged,
}

An audio signal. This will be used to connect callbacks to the audio system and react appropriately.

Variants

Trait Implementations

impl Clone for AudioSignal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AudioSignal
[src]

impl Debug for AudioSignal
[src]

Formats the value using the given formatter.