Struct rclrust_msg::trajectory_msgs::msg::JointTrajectory_Raw
source · [−]#[repr(C)]pub struct JointTrajectory_Raw {
pub header: Header_Raw,
pub joint_names: FFISeq<FFIString>,
pub points: FFISeq<JointTrajectoryPoint_Raw>,
}
Fields
header: Header_Raw
joint_names: FFISeq<FFIString>
points: FFISeq<JointTrajectoryPoint_Raw>
Trait Implementations
sourceimpl Debug for JointTrajectory_Raw
impl Debug for JointTrajectory_Raw
sourceimpl Default for JointTrajectory_Raw
impl Default for JointTrajectory_Raw
sourceimpl Drop for JointTrajectory_Raw
impl Drop for JointTrajectory_Raw
sourceimpl FFIToRust for JointTrajectory_Raw
impl FFIToRust for JointTrajectory_Raw
type Target = JointTrajectory
unsafe fn to_rust(&self) -> Self::Target
impl Send for JointTrajectory_Raw
impl Sync for JointTrajectory_Raw
Auto Trait Implementations
impl RefUnwindSafe for JointTrajectory_Raw
impl Unpin for JointTrajectory_Raw
impl UnwindSafe for JointTrajectory_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more