Enum allegro_audio_sys::allegro_audio::ALLEGRO_PLAYMODE [] [src]

pub enum ALLEGRO_PLAYMODE {
    ALLEGRO_PLAYMODE_ONCE,
    ALLEGRO_PLAYMODE_LOOP,
    ALLEGRO_PLAYMODE_BIDIR,
    _ALLEGRO_PLAYMODE_STREAM_ONCE,
    _ALLEGRO_PLAYMODE_STREAM_ONEDIR,
}

Variants

ALLEGRO_PLAYMODE_ONCEALLEGRO_PLAYMODE_LOOPALLEGRO_PLAYMODE_BIDIR_ALLEGRO_PLAYMODE_STREAM_ONCE_ALLEGRO_PLAYMODE_STREAM_ONEDIR

Trait Implementations

impl Clone for ALLEGRO_PLAYMODE
[src]

fn clone(&self) -> ALLEGRO_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 ALLEGRO_PLAYMODE
[src]