[][src]Trait allegro_audio::AttachToMixer

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

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

Required methods

fn detach(&mut self)

Loading content...

Provided methods

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

Loading content...

Implementors

impl AttachToMixer for AudioStream[src]

impl AttachToMixer for Mixer[src]

impl AttachToMixer for SampleInstance[src]

Loading content...