pub struct PlayerCheckPointData {
    pub center_pos: Vector3,
    pub radius: f32,
}Expand description
Player checkpoint information
Fields§
§center_pos: Vector3position of checkpoint
radius: f32radius of the checkpoint
Implementations§
Trait Implementations§
Source§impl Clone for PlayerCheckPointData
 
impl Clone for PlayerCheckPointData
Source§fn clone(&self) -> PlayerCheckPointData
 
fn clone(&self) -> PlayerCheckPointData
Returns a duplicate 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 Debug for PlayerCheckPointData
 
impl Debug for PlayerCheckPointData
Source§impl PartialEq for PlayerCheckPointData
 
impl PartialEq for PlayerCheckPointData
impl Copy for PlayerCheckPointData
impl StructuralPartialEq for PlayerCheckPointData
Auto Trait Implementations§
impl Freeze for PlayerCheckPointData
impl RefUnwindSafe for PlayerCheckPointData
impl Send for PlayerCheckPointData
impl Sync for PlayerCheckPointData
impl Unpin for PlayerCheckPointData
impl UnwindSafe for PlayerCheckPointData
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