Enum omn_sprites::Direction [] [src]

pub enum Direction {
    Forward,
    Reverse,
    PingPong,
    Unknown,
}

Variants

Trait Implementations

impl Debug for Direction
[src]

Formats the value using the given formatter.

impl Clone for Direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more