pub struct PolygonStamped {
pub header: Header,
pub polygon: Polygon,
}Fields§
§header: Header§polygon: PolygonTrait Implementations§
Source§impl Clone for PolygonStamped
impl Clone for PolygonStamped
Source§fn clone(&self) -> PolygonStamped
fn clone(&self) -> PolygonStamped
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 PolygonStamped
impl Debug for PolygonStamped
Source§impl Default for PolygonStamped
impl Default for PolygonStamped
Source§impl<'de> Deserialize<'de> for PolygonStamped
impl<'de> Deserialize<'de> for PolygonStamped
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 PolygonStamped
impl PartialEq for PolygonStamped
Source§impl RosMessageType for PolygonStamped
impl RosMessageType for PolygonStamped
Source§const ROS_TYPE_NAME: &'static str = "geometry_msgs/PolygonStamped"
const ROS_TYPE_NAME: &'static str = "geometry_msgs/PolygonStamped"
Expected to be the combination pkg_name/type_name string describing the type to ros
Example: std_msgs/Header
Source§const MD5SUM: &'static str = "56a3a2a80165092f696df3db62e18fbf"
const MD5SUM: &'static str = "56a3a2a80165092f696df3db62e18fbf"
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 = "# This represents a Polygon with reference coordinate frame and timestamp\n\nstd_msgs/Header header\nPolygon polygon"
const DEFINITION: &'static str = "# This represents a Polygon with reference coordinate frame and timestamp\n\nstd_msgs/Header header\nPolygon polygon"
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 PolygonStamped
impl Serialize for PolygonStamped
impl StructuralPartialEq for PolygonStamped
Auto Trait Implementations§
impl Freeze for PolygonStamped
impl RefUnwindSafe for PolygonStamped
impl Send for PolygonStamped
impl Sync for PolygonStamped
impl Unpin for PolygonStamped
impl UnwindSafe for PolygonStamped
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