Enum allegro_audio::Playmode [] [src]

pub enum Playmode {
    Once,
    Loop,
    BiDir,
}

Variants

Methods

impl Playmode
[src]

Trait Implementations

impl Copy for Playmode
[src]

impl Clone for Playmode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more