Enum allegro_audio::Playmode [] [src]

pub enum Playmode {
    Once,
    Loop,
    BiDir,
}

Variants

OnceLoopBiDir

Methods

impl Playmode
[src]

fn from_allegro(val: ALLEGRO_PLAYMODE) -> Playmode

fn get(&self) -> ALLEGRO_PLAYMODE

Trait Implementations

impl Clone for Playmode
[src]

fn clone(&self) -> Playmode

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 Playmode
[src]