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 Serialize for PolygonStamped
impl Serialize for PolygonStamped
impl Message 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