Struct rclrust_msg::sensor_msgs::msg::MultiDOFJointState_Raw
source · [−]#[repr(C)]pub struct MultiDOFJointState_Raw {
pub header: Header_Raw,
pub joint_names: FFISeq<FFIString>,
pub transforms: FFISeq<Transform_Raw>,
pub twist: FFISeq<Twist_Raw>,
pub wrench: FFISeq<Wrench_Raw>,
}
Fields
header: Header_Raw
joint_names: FFISeq<FFIString>
transforms: FFISeq<Transform_Raw>
twist: FFISeq<Twist_Raw>
wrench: FFISeq<Wrench_Raw>
Trait Implementations
sourceimpl Debug for MultiDOFJointState_Raw
impl Debug for MultiDOFJointState_Raw
sourceimpl Default for MultiDOFJointState_Raw
impl Default for MultiDOFJointState_Raw
sourceimpl Drop for MultiDOFJointState_Raw
impl Drop for MultiDOFJointState_Raw
sourceimpl FFIToRust for MultiDOFJointState_Raw
impl FFIToRust for MultiDOFJointState_Raw
type Target = MultiDOFJointState
unsafe fn to_rust(&self) -> Self::Target
impl Send for MultiDOFJointState_Raw
impl Sync for MultiDOFJointState_Raw
Auto Trait Implementations
impl RefUnwindSafe for MultiDOFJointState_Raw
impl Unpin for MultiDOFJointState_Raw
impl UnwindSafe for MultiDOFJointState_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