Enum subtr_actor::TimeAdvance
source · pub enum TimeAdvance {
Time(f32),
NextFrame,
}Expand description
Enum used to control the progress of time during replay processing.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for TimeAdvance
impl Send for TimeAdvance
impl Sync for TimeAdvance
impl Unpin 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