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
NoCardCardInitializedCardCleanedUpCardDisconnectedCardErrorValuesChangedTrait Implementations
impl Clone for AudioSignal[src]
fn clone(&self) -> AudioSignal
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