Enum music::Repeat [] [src]

pub enum Repeat {
    Forever,
    Times(u16),
}

Tells how many times to repeat.

Variants

Repeats forever.

Repeats amount of times.

Trait Implementations

impl Copy for Repeat
[src]

impl Clone for Repeat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more