#[repr(C)]pub struct MultiDOFJointTrajectoryPoint_Raw {
pub transforms: FFISeq<Transform_Raw>,
pub velocities: FFISeq<Twist_Raw>,
pub accelerations: FFISeq<Twist_Raw>,
pub time_from_start: Duration_Raw,
}
Fields
transforms: FFISeq<Transform_Raw>
velocities: FFISeq<Twist_Raw>
accelerations: FFISeq<Twist_Raw>
time_from_start: Duration_Raw
Trait Implementations
sourceimpl FFIToRust for MultiDOFJointTrajectoryPoint_Raw
impl FFIToRust for MultiDOFJointTrajectoryPoint_Raw
type Target = MultiDOFJointTrajectoryPoint
unsafe fn to_rust(&self) -> Self::Target
impl Send for MultiDOFJointTrajectoryPoint_Raw
impl Sync for MultiDOFJointTrajectoryPoint_Raw
Auto Trait Implementations
impl RefUnwindSafe for MultiDOFJointTrajectoryPoint_Raw
impl Unpin for MultiDOFJointTrajectoryPoint_Raw
impl UnwindSafe for MultiDOFJointTrajectoryPoint_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