Enum abstutil::time::StackEntry [−][src]
enum StackEntry { TimerSpan(TimerSpan), Progress(Progress), File(TimedFileReader), }
Variants
TimerSpan(TimerSpan)
Progress(Progress)
File(TimedFileReader)
enum StackEntry { TimerSpan(TimerSpan), Progress(Progress), File(TimedFileReader), }
TimerSpan(TimerSpan)
Progress(Progress)
File(TimedFileReader)
impl RefUnwindSafe for StackEntry
impl Send for StackEntry
impl Sync for StackEntry
impl Unpin for StackEntry
impl UnwindSafe for StackEntry