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 for CombinedPredictedSteps<StepT>where
StepT: Clone,
impl<StepT> Clone for CombinedPredictedSteps<StepT>where
StepT: Clone,
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 for CombinedPredictedSteps<StepT>where
StepT: Debug,
impl<StepT> Debug for CombinedPredictedSteps<StepT>where
StepT: Debug,
source§impl<StepT> Deserialize for CombinedPredictedSteps<StepT>
impl<StepT> Deserialize for CombinedPredictedSteps<StepT>
fn deserialize(
_: &mut impl ReadOctetStream,
) -> Result<CombinedPredictedSteps<StepT>, Error>where
CombinedPredictedSteps<StepT>: Sized,
source§impl<StepT> Serialize for CombinedPredictedSteps<StepT>
impl<StepT> Serialize for CombinedPredictedSteps<StepT>
fn serialize(&self, _: &mut impl WriteOctetStream) -> Result<(), Error>where
CombinedPredictedSteps<StepT>: Sized,
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
)