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