Enum allegro_audio::MixerQuality [] [src]

pub enum MixerQuality {
    Point,
    Linear,
    Cubic,
}

Variants

PointLinearCubic

Methods

impl MixerQuality
[src]

fn from_allegro(val: ALLEGRO_MIXER_QUALITY) -> MixerQuality

fn get(&self) -> ALLEGRO_MIXER_QUALITY

Trait Implementations

impl Clone for MixerQuality
[src]

fn clone(&self) -> MixerQuality

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

impl Copy for MixerQuality
[src]