Enum amethyst::shred::RunningTime [−]
#[repr(u8)]pub enum RunningTime { VeryShort, Short, Average, Long, VeryLong, }
Variants
VeryShortShortAverageLongVeryLong
Trait Implementations
impl Copy for RunningTime
impl Copy for RunningTimeimpl Clone for RunningTime
impl Clone for RunningTimefn clone(&self) -> RunningTime
fn clone(&self) -> RunningTimeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RunningTime
impl Debug for RunningTimeAuto Trait Implementations
impl Send for RunningTime
impl Send for RunningTimeimpl Sync for RunningTime
impl Sync for RunningTime