Struct rclrust_msg::sensor_msgs::msg::JointState_Raw
source · [−]#[repr(C)]pub struct JointState_Raw {
pub header: Header_Raw,
pub name: FFISeq<FFIString>,
pub position: FFISeq<f64>,
pub velocity: FFISeq<f64>,
pub effort: FFISeq<f64>,
}
Fields
header: Header_Raw
name: FFISeq<FFIString>
position: FFISeq<f64>
velocity: FFISeq<f64>
effort: FFISeq<f64>
Trait Implementations
sourceimpl Debug for JointState_Raw
impl Debug for JointState_Raw
sourceimpl Default for JointState_Raw
impl Default for JointState_Raw
sourceimpl Drop for JointState_Raw
impl Drop for JointState_Raw
sourceimpl FFIToRust for JointState_Raw
impl FFIToRust for JointState_Raw
type Target = JointState
unsafe fn to_rust(&self) -> Self::Target
impl Send for JointState_Raw
impl Sync for JointState_Raw
Auto Trait Implementations
impl RefUnwindSafe for JointState_Raw
impl Unpin for JointState_Raw
impl UnwindSafe for JointState_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