pub struct PathHistory {
pub path_position: PathPosition,
pub path_delta_time: Option<u16>,
}Fields§
§path_position: PathPosition§path_delta_time: Option<u16>Trait Implementations§
Source§impl Clone for PathHistory
impl Clone for PathHistory
Source§fn clone(&self) -> PathHistory
fn clone(&self) -> PathHistory
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 PathHistory
impl Debug for PathHistory
Source§impl Default for PathHistory
impl Default for PathHistory
Source§fn default() -> PathHistory
fn default() -> PathHistory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathHistory
impl<'de> Deserialize<'de> for PathHistory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PathHistory
impl Hash for PathHistory
Source§impl PartialEq for PathHistory
impl PartialEq for PathHistory
Source§impl Serialize for PathHistory
impl Serialize for PathHistory
impl StructuralPartialEq for PathHistory
Auto Trait Implementations§
impl Freeze for PathHistory
impl RefUnwindSafe for PathHistory
impl Send for PathHistory
impl Sync for PathHistory
impl Unpin for PathHistory
impl UnwindSafe for PathHistory
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