Struct libits_client::reception::exchange::PathHistory
source · [−]pub struct PathHistory {
pub path_position: PathPosition,
pub path_delta_time: Option<u16>,
}Fields
path_position: PathPositionpath_delta_time: Option<u16>Trait Implementations
sourceimpl Clone for PathHistory
impl Clone for PathHistory
sourcefn clone(&self) -> PathHistory
fn clone(&self) -> PathHistory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PathHistory
impl Debug for PathHistory
sourceimpl Default for PathHistory
impl Default for PathHistory
sourcefn default() -> PathHistory
fn default() -> PathHistory
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PathHistory
impl<'de> Deserialize<'de> for PathHistory
sourcefn 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
sourceimpl Hash for PathHistory
impl Hash for PathHistory
sourceimpl PartialEq<PathHistory> for PathHistory
impl PartialEq<PathHistory> for PathHistory
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PathHistory) -> bool
fn ne(&self, other: &PathHistory) -> bool
This method tests for !=.
sourceimpl Serialize for PathHistory
impl Serialize for PathHistory
impl StructuralPartialEq for PathHistory
Auto Trait Implementations
impl RefUnwindSafe for PathHistory
impl Send for PathHistory
impl Sync for PathHistory
impl Unpin for PathHistory
impl UnwindSafe for PathHistory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more