#[repr(C)]pub struct control_msgs__msg__JointTrajectoryControllerState {Show 15 fields
pub header: std_msgs__msg__Header,
pub joint_names: rosidl_runtime_c__String__Sequence,
pub reference: trajectory_msgs__msg__JointTrajectoryPoint,
pub feedback: trajectory_msgs__msg__JointTrajectoryPoint,
pub error: trajectory_msgs__msg__JointTrajectoryPoint,
pub output: trajectory_msgs__msg__JointTrajectoryPoint,
pub desired: trajectory_msgs__msg__JointTrajectoryPoint,
pub actual: trajectory_msgs__msg__JointTrajectoryPoint,
pub multi_dof_joint_names: rosidl_runtime_c__String__Sequence,
pub multi_dof_reference: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
pub multi_dof_feedback: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
pub multi_dof_error: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
pub multi_dof_output: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
pub multi_dof_desired: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
pub multi_dof_actual: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint,
}Fields§
§header: std_msgs__msg__Header§joint_names: rosidl_runtime_c__String__Sequence§reference: trajectory_msgs__msg__JointTrajectoryPoint§feedback: trajectory_msgs__msg__JointTrajectoryPoint§error: trajectory_msgs__msg__JointTrajectoryPoint§output: trajectory_msgs__msg__JointTrajectoryPoint§desired: trajectory_msgs__msg__JointTrajectoryPoint§actual: trajectory_msgs__msg__JointTrajectoryPoint§multi_dof_joint_names: rosidl_runtime_c__String__Sequence§multi_dof_reference: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint§multi_dof_feedback: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint§multi_dof_error: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint§multi_dof_output: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint§multi_dof_desired: trajectory_msgs__msg__MultiDOFJointTrajectoryPoint§multi_dof_actual: trajectory_msgs__msg__MultiDOFJointTrajectoryPointAuto Trait Implementations§
impl Freeze for control_msgs__msg__JointTrajectoryControllerState
impl RefUnwindSafe for control_msgs__msg__JointTrajectoryControllerState
impl !Send for control_msgs__msg__JointTrajectoryControllerState
impl !Sync for control_msgs__msg__JointTrajectoryControllerState
impl Unpin for control_msgs__msg__JointTrajectoryControllerState
impl UnwindSafe for control_msgs__msg__JointTrajectoryControllerState
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