Enum blit::aseprite_feature::AnimationStatus [] [src]

pub enum AnimationStatus {
    Repeat,
    Playing,
    Stopped,
}

The animation status as returned by the update function of the Animation struct.

Variants

Trait Implementations

impl Debug for AnimationStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for AnimationStatus
[src]

impl Clone for AnimationStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for AnimationStatus
[src]

impl PartialEq for AnimationStatus
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations