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