Struct libits_client::reception::exchange::PathHistory
source · 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<PathHistory> for PathHistory
impl PartialEq<PathHistory> for PathHistory
source§fn eq(&self, other: &PathHistory) -> bool
fn eq(&self, other: &PathHistory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.