pub enum SavestateContext {
Normal,
RunaheadSameInstance,
RunaheadSameBinary,
RollbackNetplay,
Unknown(i32),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SavestateContext
impl Clone for SavestateContext
Source§fn clone(&self) -> SavestateContext
fn clone(&self) -> SavestateContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SavestateContext
impl Debug for SavestateContext
Source§impl Default for SavestateContext
impl Default for SavestateContext
Source§fn default() -> SavestateContext
fn default() -> SavestateContext
Returns the “default value” for a type. Read more
Source§impl Hash for SavestateContext
impl Hash for SavestateContext
Source§impl PartialEq for SavestateContext
impl PartialEq for SavestateContext
Source§fn eq(&self, other: &SavestateContext) -> bool
fn eq(&self, other: &SavestateContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SavestateContext
impl Eq for SavestateContext
impl StructuralPartialEq for SavestateContext
Auto Trait Implementations§
impl Freeze for SavestateContext
impl RefUnwindSafe for SavestateContext
impl Send for SavestateContext
impl Sync for SavestateContext
impl Unpin for SavestateContext
impl UnsafeUnpin for SavestateContext
impl UnwindSafe for SavestateContext
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