Struct r2r::example_interfaces::msg::Int32MultiArray
source · pub struct Int32MultiArray {
pub layout: MultiArrayLayout,
pub data: Vec<i32>,
}Fields§
§layout: MultiArrayLayout§data: Vec<i32>Trait Implementations§
source§impl Clone for Int32MultiArray
impl Clone for Int32MultiArray
source§fn clone(&self) -> Int32MultiArray
fn clone(&self) -> Int32MultiArray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Int32MultiArray
impl Debug for Int32MultiArray
source§impl Default for Int32MultiArray
impl Default for Int32MultiArray
source§impl<'de> Deserialize<'de> for Int32MultiArraywhere
Int32MultiArray: Default,
impl<'de> Deserialize<'de> for Int32MultiArraywhere
Int32MultiArray: Default,
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<Int32MultiArray> for Int32MultiArray
impl PartialEq<Int32MultiArray> for Int32MultiArray
source§fn eq(&self, other: &Int32MultiArray) -> bool
fn eq(&self, other: &Int32MultiArray) -> bool
This method tests for
self and other values to be equal, and is used
by ==.