pub struct RobotTrajectory {
pub joint_trajectory: JointTrajectory,
pub multi_dof_joint_trajectory: MultiDOFJointTrajectory,
}Fields§
§joint_trajectory: JointTrajectory§multi_dof_joint_trajectory: MultiDOFJointTrajectoryTrait Implementations§
Source§impl Clone for RobotTrajectory
impl Clone for RobotTrajectory
Source§fn clone(&self) -> RobotTrajectory
fn clone(&self) -> RobotTrajectory
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 RobotTrajectory
impl Debug for RobotTrajectory
Source§impl Default for RobotTrajectory
impl Default for RobotTrajectory
Source§impl<'de> Deserialize<'de> for RobotTrajectory
impl<'de> Deserialize<'de> for RobotTrajectory
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 RobotTrajectory
impl PartialEq for RobotTrajectory
Source§impl Serialize for RobotTrajectory
impl Serialize for RobotTrajectory
impl Message for RobotTrajectory
impl StructuralPartialEq for RobotTrajectory
Auto Trait Implementations§
impl Freeze for RobotTrajectory
impl RefUnwindSafe for RobotTrajectory
impl Send for RobotTrajectory
impl Sync for RobotTrajectory
impl Unpin for RobotTrajectory
impl UnwindSafe for RobotTrajectory
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