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