Enum amethyst::shred::RunningTime[]

#[repr(u8)]
pub enum RunningTime { VeryShort, Short, Average, Long, VeryLong, }

Variants

Trait Implementations

impl Copy for RunningTime

impl Clone for RunningTime

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RunningTime

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RunningTime

impl Sync for RunningTime