pub struct CartesianTrajectoryPoint {
pub point: CartesianPoint,
pub time_from_start: Duration,
}Fields§
§point: CartesianPoint§time_from_start: DurationTrait Implementations§
Source§impl Clone for CartesianTrajectoryPoint
impl Clone for CartesianTrajectoryPoint
Source§fn clone(&self) -> CartesianTrajectoryPoint
fn clone(&self) -> CartesianTrajectoryPoint
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 CartesianTrajectoryPoint
impl Debug for CartesianTrajectoryPoint
Source§impl Default for CartesianTrajectoryPoint
impl Default for CartesianTrajectoryPoint
Source§impl<'de> Deserialize<'de> for CartesianTrajectoryPoint
impl<'de> Deserialize<'de> for CartesianTrajectoryPoint
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 PartialEq for CartesianTrajectoryPoint
impl PartialEq for CartesianTrajectoryPoint
Source§impl Serialize for CartesianTrajectoryPoint
impl Serialize for CartesianTrajectoryPoint
impl Message for CartesianTrajectoryPoint
impl StructuralPartialEq for CartesianTrajectoryPoint
Auto Trait Implementations§
impl Freeze for CartesianTrajectoryPoint
impl RefUnwindSafe for CartesianTrajectoryPoint
impl Send for CartesianTrajectoryPoint
impl Sync for CartesianTrajectoryPoint
impl Unpin for CartesianTrajectoryPoint
impl UnwindSafe for CartesianTrajectoryPoint
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