#[repr(C)]pub struct MarkerArray {
pub markers: MarkerSeq<0>,
}Fields§
§markers: MarkerSeq<0>Implementations§
Trait Implementations§
Source§impl Clone for MarkerArray
impl Clone for MarkerArray
Source§impl Debug for MarkerArray
impl Debug for MarkerArray
Source§impl Default for MarkerArray
impl Default for MarkerArray
Source§impl<'de> Deserialize<'de> for MarkerArray
impl<'de> Deserialize<'de> for MarkerArray
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 MarkerArray
impl PartialEq for MarkerArray
Source§impl RosFieldType for MarkerArray
impl RosFieldType for MarkerArray
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 MarkerArray
impl Serialize for MarkerArray
Source§impl TryClone for MarkerArray
impl TryClone for MarkerArray
Source§impl TypeDescription for MarkerArray
impl TypeDescription for MarkerArray
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 MarkerArray
impl RefUnwindSafe for MarkerArray
impl Send for MarkerArray
impl Sync for MarkerArray
impl Unpin for MarkerArray
impl UnsafeUnpin for MarkerArray
impl UnwindSafe for MarkerArray
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