Trait allegro_audio::AttachToMixer[][src]

pub trait AttachToMixer: AttachToMixerImpl {
    fn detach(&mut self);

    fn attach<T: HasMixer>(&mut self, mixer: &mut T) -> Result<(), ()> { ... }
}

Required methods

fn detach(&mut self)[src]

Loading content...

Provided methods

fn attach<T: HasMixer>(&mut self, mixer: &mut T) -> Result<(), ()>[src]

Loading content...

Implementors

impl AttachToMixer for AudioStream[src]

impl AttachToMixer for Mixer[src]

impl AttachToMixer for SampleInstance[src]

Loading content...