pub struct WrenchStamped {
pub header: Header,
pub wrench: Wrench,
}Fields§
§header: Header§wrench: WrenchTrait Implementations§
Source§impl Clone for WrenchStamped
impl Clone for WrenchStamped
Source§fn clone(&self) -> WrenchStamped
fn clone(&self) -> WrenchStamped
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 WrenchStamped
impl Debug for WrenchStamped
Source§impl Default for WrenchStamped
impl Default for WrenchStamped
Source§impl<'de> Deserialize<'de> for WrenchStamped
impl<'de> Deserialize<'de> for WrenchStamped
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 WrenchStamped
impl PartialEq for WrenchStamped
Source§impl RosMessageType for WrenchStamped
impl RosMessageType for WrenchStamped
Source§const ROS_TYPE_NAME: &'static str = "geometry_msgs/WrenchStamped"
const ROS_TYPE_NAME: &'static str = "geometry_msgs/WrenchStamped"
Expected to be the combination pkg_name/type_name string describing the type to ros
Example: std_msgs/Header
Source§const MD5SUM: &'static str = "5bc71556ab354cd6274d262a7de094a5"
const MD5SUM: &'static str = "5bc71556ab354cd6274d262a7de094a5"
The computed md5sum of the message file and its dependencies
This field is optional, and only needed when using ros1 native communication
Source§const DEFINITION: &'static str = "# A wrench with reference coordinate frame and timestamp\n\nstd_msgs/Header header\nWrench wrench"
const DEFINITION: &'static str = "# A wrench with reference coordinate frame and timestamp\n\nstd_msgs/Header header\nWrench wrench"
The definition from the msg, srv, or action file
This field is optional, and only needed when using ros1 native communication
Source§impl Serialize for WrenchStamped
impl Serialize for WrenchStamped
impl StructuralPartialEq for WrenchStamped
Auto Trait Implementations§
impl Freeze for WrenchStamped
impl RefUnwindSafe for WrenchStamped
impl Send for WrenchStamped
impl Sync for WrenchStamped
impl Unpin for WrenchStamped
impl UnwindSafe for WrenchStamped
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