Struct nimble_rust::PredictedStep
source · pub struct PredictedStep<StepT> {
pub predicted_players: HashMap<u8, StepT>,
}
Fields§
§predicted_players: HashMap<u8, StepT>
Trait Implementations§
source§impl<StepT> Clone for PredictedStep<StepT>where
StepT: Clone,
impl<StepT> Clone for PredictedStep<StepT>where
StepT: Clone,
source§fn clone(&self) -> PredictedStep<StepT>
fn clone(&self) -> PredictedStep<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 PredictedStep<StepT>where
StepT: Debug,
impl<StepT> Debug for PredictedStep<StepT>where
StepT: Debug,
source§impl<StepT> PartialEq for PredictedStep<StepT>where
StepT: PartialEq,
impl<StepT> PartialEq for PredictedStep<StepT>where
StepT: PartialEq,
impl<StepT> StructuralPartialEq for PredictedStep<StepT>
Auto Trait Implementations§
impl<StepT> Freeze for PredictedStep<StepT>
impl<StepT> RefUnwindSafe for PredictedStep<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for PredictedStep<StepT>where
StepT: Send,
impl<StepT> Sync for PredictedStep<StepT>where
StepT: Sync,
impl<StepT> Unpin for PredictedStep<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for PredictedStep<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
)