Enum oxygengine_core::ecs::RunningTime [−][src]
#[repr(u8)]
pub enum RunningTime {
VeryShort,
Short,
Average,
Long,
VeryLong,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RunningTimeimpl Send for RunningTimeimpl Sync for RunningTimeimpl Unpin for RunningTimeimpl UnwindSafe for RunningTimeBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more