pub struct MultiDOFJointState {
pub header: Header,
pub joint_names: Vec<String>,
pub transforms: Vec<Transform>,
pub twist: Vec<Twist>,
pub wrench: Vec<Wrench>,
}
Fields§
§header: Header
§joint_names: Vec<String>
§transforms: Vec<Transform>
§twist: Vec<Twist>
§wrench: Vec<Wrench>
Trait Implementations§
Source§impl Clone for MultiDOFJointState
impl Clone for MultiDOFJointState
Source§fn clone(&self) -> MultiDOFJointState
fn clone(&self) -> MultiDOFJointState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MultiDOFJointState
impl Debug for MultiDOFJointState
Source§impl Default for MultiDOFJointState
impl Default for MultiDOFJointState
Source§impl<'de> Deserialize<'de> for MultiDOFJointState
impl<'de> Deserialize<'de> for MultiDOFJointState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MultiDOFJointState
impl PartialEq for MultiDOFJointState
Source§impl Serialize for MultiDOFJointState
impl Serialize for MultiDOFJointState
impl Message for MultiDOFJointState
impl StructuralPartialEq for MultiDOFJointState
Auto Trait Implementations§
impl Freeze for MultiDOFJointState
impl RefUnwindSafe for MultiDOFJointState
impl Send for MultiDOFJointState
impl Sync for MultiDOFJointState
impl Unpin for MultiDOFJointState
impl UnwindSafe for MultiDOFJointState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more