Struct rclrust_msg::trajectory_msgs::msg::JointTrajectoryPoint_Raw
source · [−]#[repr(C)]pub struct JointTrajectoryPoint_Raw {
pub positions: FFISeq<f64>,
pub velocities: FFISeq<f64>,
pub accelerations: FFISeq<f64>,
pub effort: FFISeq<f64>,
pub time_from_start: Duration_Raw,
}
Fields
positions: FFISeq<f64>
velocities: FFISeq<f64>
accelerations: FFISeq<f64>
effort: FFISeq<f64>
time_from_start: Duration_Raw
Trait Implementations
sourceimpl Debug for JointTrajectoryPoint_Raw
impl Debug for JointTrajectoryPoint_Raw
sourceimpl Default for JointTrajectoryPoint_Raw
impl Default for JointTrajectoryPoint_Raw
sourceimpl Drop for JointTrajectoryPoint_Raw
impl Drop for JointTrajectoryPoint_Raw
sourceimpl FFIToRust for JointTrajectoryPoint_Raw
impl FFIToRust for JointTrajectoryPoint_Raw
type Target = JointTrajectoryPoint
unsafe fn to_rust(&self) -> Self::Target
impl Send for JointTrajectoryPoint_Raw
impl Sync for JointTrajectoryPoint_Raw
Auto Trait Implementations
impl RefUnwindSafe for JointTrajectoryPoint_Raw
impl Unpin for JointTrajectoryPoint_Raw
impl UnwindSafe for JointTrajectoryPoint_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