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