pub struct ComplexPolygon2DStamped {
pub header: Header,
pub polygon: ComplexPolygon2D,
}Fields§
§header: Header§polygon: ComplexPolygon2DTrait Implementations§
Source§impl Clone for ComplexPolygon2DStamped
impl Clone for ComplexPolygon2DStamped
Source§fn clone(&self) -> ComplexPolygon2DStamped
fn clone(&self) -> ComplexPolygon2DStamped
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 ComplexPolygon2DStamped
impl Debug for ComplexPolygon2DStamped
Source§impl Default for ComplexPolygon2DStamped
impl Default for ComplexPolygon2DStamped
Source§impl<'de> Deserialize<'de> for ComplexPolygon2DStamped
impl<'de> Deserialize<'de> for ComplexPolygon2DStamped
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 ComplexPolygon2DStamped
impl PartialEq for ComplexPolygon2DStamped
Source§impl Serialize for ComplexPolygon2DStamped
impl Serialize for ComplexPolygon2DStamped
impl Message for ComplexPolygon2DStamped
impl StructuralPartialEq for ComplexPolygon2DStamped
Auto Trait Implementations§
impl Freeze for ComplexPolygon2DStamped
impl RefUnwindSafe for ComplexPolygon2DStamped
impl Send for ComplexPolygon2DStamped
impl Sync for ComplexPolygon2DStamped
impl Unpin for ComplexPolygon2DStamped
impl UnwindSafe for ComplexPolygon2DStamped
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