pub struct TrackingContext {
    pub position: Vec2,
    pub heading: f64,
    pub forward_travel: f64,
}Fields§
§position: Vec2§heading: f64§forward_travel: f64Trait Implementations§
source§impl Clone for TrackingContext
 
impl Clone for TrackingContext
source§fn clone(&self) -> TrackingContext
 
fn clone(&self) -> TrackingContext
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 Debug for TrackingContext
 
impl Debug for TrackingContext
source§impl Default for TrackingContext
 
impl Default for TrackingContext
source§fn default() -> TrackingContext
 
fn default() -> TrackingContext
Returns the “default value” for a type. Read more
source§impl PartialEq for TrackingContext
 
impl PartialEq for TrackingContext
impl Copy for TrackingContext
impl StructuralPartialEq for TrackingContext
Auto Trait Implementations§
impl Freeze for TrackingContext
impl RefUnwindSafe for TrackingContext
impl Send for TrackingContext
impl Sync for TrackingContext
impl Unpin for TrackingContext
impl UnwindSafe for TrackingContext
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)