pub struct CartesianTrajectory {
pub header: Header,
pub tracked_frame: String,
pub points: Vec<CartesianTrajectoryPoint>,
}Fields§
§header: Header§tracked_frame: String§points: Vec<CartesianTrajectoryPoint>Trait Implementations§
Source§impl Clone for CartesianTrajectory
impl Clone for CartesianTrajectory
Source§fn clone(&self) -> CartesianTrajectory
fn clone(&self) -> CartesianTrajectory
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 CartesianTrajectory
impl Debug for CartesianTrajectory
Source§impl Default for CartesianTrajectory
impl Default for CartesianTrajectory
Source§impl<'de> Deserialize<'de> for CartesianTrajectory
impl<'de> Deserialize<'de> for CartesianTrajectory
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 CartesianTrajectory
impl PartialEq for CartesianTrajectory
Source§impl Serialize for CartesianTrajectory
impl Serialize for CartesianTrajectory
impl Message for CartesianTrajectory
impl StructuralPartialEq for CartesianTrajectory
Auto Trait Implementations§
impl Freeze for CartesianTrajectory
impl RefUnwindSafe for CartesianTrajectory
impl Send for CartesianTrajectory
impl Sync for CartesianTrajectory
impl Unpin for CartesianTrajectory
impl UnwindSafe for CartesianTrajectory
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