#[repr(C)]pub struct PolygonInstance {
pub polygon: Polygon,
pub id: i64,
}Fields§
§polygon: Polygon§id: i64Implementations§
Trait Implementations§
Source§impl Clone for PolygonInstance
impl Clone for PolygonInstance
Source§impl Debug for PolygonInstance
impl Debug for PolygonInstance
Source§impl Default for PolygonInstance
impl Default for PolygonInstance
Source§impl<'de> Deserialize<'de> for PolygonInstance
impl<'de> Deserialize<'de> for PolygonInstance
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 PolygonInstance
impl PartialEq for PolygonInstance
Source§impl RosFieldType for PolygonInstance
impl RosFieldType for PolygonInstance
Source§fn ros_field_type() -> FieldType
fn ros_field_type() -> FieldType
Returns the FieldType for this type when used as a field.
Source§fn referenced_types() -> Vec<IndividualTypeDescription>
fn referenced_types() -> Vec<IndividualTypeDescription>
Returns referenced type descriptions (empty for primitives, populated for nested types).
Source§impl Serialize for PolygonInstance
impl Serialize for PolygonInstance
Source§impl TryClone for PolygonInstance
impl TryClone for PolygonInstance
Source§impl TypeDescription for PolygonInstance
impl TypeDescription for PolygonInstance
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this type Read more
Source§fn message_type_name() -> MessageTypeName
fn message_type_name() -> MessageTypeName
Get the message type name information Read more
Auto Trait Implementations§
impl Freeze for PolygonInstance
impl RefUnwindSafe for PolygonInstance
impl Send for PolygonInstance
impl Sync for PolygonInstance
impl Unpin for PolygonInstance
impl UnsafeUnpin for PolygonInstance
impl UnwindSafe for PolygonInstance
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