Trait AttachToMixer
allegro_audio
pub trait AttachToMixer: AttachToMixerImpl { fn detach(&mut self); fn attach<T: HasMixer>(&mut self, mixer: &mut T) -> Result<(), ()> { ... } }
fn detach(&mut self)
fn attach<T: HasMixer>(&mut self, mixer: &mut T) -> Result<(), ()>
impl AttachToMixer for AudioStream
impl AttachToMixer for Mixer
impl AttachToMixer for SampleInstance