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