pub struct CombinedPredictedSteps<StepT> {
pub first_tick: TickId,
pub steps: Vec<PredictedStep<StepT>>,
}
Fields§
§first_tick: TickId
§steps: Vec<PredictedStep<StepT>>
Trait Implementations§
source§impl<StepT: Clone> Clone for CombinedPredictedSteps<StepT>
impl<StepT: Clone> Clone for CombinedPredictedSteps<StepT>
source§fn clone(&self) -> CombinedPredictedSteps<StepT>
fn clone(&self) -> CombinedPredictedSteps<StepT>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<StepT: Debug> Debug for CombinedPredictedSteps<StepT>
impl<StepT: Debug> Debug for CombinedPredictedSteps<StepT>
source§impl<StepT: Serialize + Deserialize + Clone> Deserialize for CombinedPredictedSteps<StepT>
impl<StepT: Serialize + Deserialize + Clone> Deserialize for CombinedPredictedSteps<StepT>
fn deserialize(_: &mut impl ReadOctetStream) -> Result<Self>where
Self: Sized,
source§impl<StepT: Serialize + Deserialize + Clone> Serialize for CombinedPredictedSteps<StepT>
impl<StepT: Serialize + Deserialize + Clone> Serialize for CombinedPredictedSteps<StepT>
Auto Trait Implementations§
impl<StepT> Freeze for CombinedPredictedSteps<StepT>
impl<StepT> RefUnwindSafe for CombinedPredictedSteps<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for CombinedPredictedSteps<StepT>where
StepT: Send,
impl<StepT> Sync for CombinedPredictedSteps<StepT>where
StepT: Sync,
impl<StepT> Unpin for CombinedPredictedSteps<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for CombinedPredictedSteps<StepT>where
StepT: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)