pub enum TimeAdvance {
Time(f32),
NextFrame,
}Expand description
Enum used to control the progress of time during replay processing.
Variants§
Auto Trait Implementations§
impl Freeze for TimeAdvance
impl RefUnwindSafe for TimeAdvance
impl Send for TimeAdvance
impl Sync for TimeAdvance
impl Unpin for TimeAdvance
impl UnsafeUnpin for TimeAdvance
impl UnwindSafe for TimeAdvance
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more