#[repr(C)]pub struct MultiDOFJointTrajectory_Raw {
pub header: Header_Raw,
pub joint_names: FFISeq<FFIString>,
pub points: FFISeq<MultiDOFJointTrajectoryPoint_Raw>,
}
Fields
header: Header_Raw
joint_names: FFISeq<FFIString>
points: FFISeq<MultiDOFJointTrajectoryPoint_Raw>
Trait Implementations
sourceimpl Debug for MultiDOFJointTrajectory_Raw
impl Debug for MultiDOFJointTrajectory_Raw
sourceimpl Default for MultiDOFJointTrajectory_Raw
impl Default for MultiDOFJointTrajectory_Raw
sourceimpl Drop for MultiDOFJointTrajectory_Raw
impl Drop for MultiDOFJointTrajectory_Raw
sourceimpl FFIToRust for MultiDOFJointTrajectory_Raw
impl FFIToRust for MultiDOFJointTrajectory_Raw
type Target = MultiDOFJointTrajectory
unsafe fn to_rust(&self) -> Self::Target
impl Send for MultiDOFJointTrajectory_Raw
impl Sync for MultiDOFJointTrajectory_Raw
Auto Trait Implementations
impl RefUnwindSafe for MultiDOFJointTrajectory_Raw
impl Unpin for MultiDOFJointTrajectory_Raw
impl UnwindSafe for MultiDOFJointTrajectory_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