#[repr(C)]pub struct MeshFile {
pub filename: RosString<0>,
pub data: U8Seq<0>,
}Fields§
§filename: RosString<0>§data: U8Seq<0>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MeshFile
impl<'de> Deserialize<'de> for MeshFile
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 RosFieldType for MeshFile
impl RosFieldType for MeshFile
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 TypeDescription for MeshFile
impl TypeDescription for MeshFile
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 MeshFile
impl RefUnwindSafe for MeshFile
impl Send for MeshFile
impl Sync for MeshFile
impl Unpin for MeshFile
impl UnsafeUnpin for MeshFile
impl UnwindSafe for MeshFile
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