#[repr(C)]pub struct trajectory_msgs__msg__MultiDOFJointTrajectory {
pub header: std_msgs__msg__Header,
pub joint_names: rosidl_runtime_c__String__Sequence,
pub points: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint__Sequence,
}Fields§
§header: std_msgs__msg__Header§joint_names: rosidl_runtime_c__String__Sequence§points: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint__SequenceAuto Trait Implementations§
impl Freeze for trajectory_msgs__msg__MultiDOFJointTrajectory
impl RefUnwindSafe for trajectory_msgs__msg__MultiDOFJointTrajectory
impl !Send for trajectory_msgs__msg__MultiDOFJointTrajectory
impl !Sync for trajectory_msgs__msg__MultiDOFJointTrajectory
impl Unpin for trajectory_msgs__msg__MultiDOFJointTrajectory
impl UnwindSafe for trajectory_msgs__msg__MultiDOFJointTrajectory
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more