Struct r2r::example_interfaces::msg::Int8MultiArray
source · pub struct Int8MultiArray {
pub layout: MultiArrayLayout,
pub data: Vec<i8>,
}Fields§
§layout: MultiArrayLayout§data: Vec<i8>Trait Implementations§
source§impl Clone for Int8MultiArray
impl Clone for Int8MultiArray
source§fn clone(&self) -> Int8MultiArray
fn clone(&self) -> Int8MultiArray
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 Int8MultiArray
impl Debug for Int8MultiArray
source§impl Default for Int8MultiArray
impl Default for Int8MultiArray
source§impl<'de> Deserialize<'de> for Int8MultiArraywhere
Int8MultiArray: Default,
impl<'de> Deserialize<'de> for Int8MultiArraywhere Int8MultiArray: 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<Int8MultiArray> for Int8MultiArray
impl PartialEq<Int8MultiArray> for Int8MultiArray
source§fn eq(&self, other: &Int8MultiArray) -> bool
fn eq(&self, other: &Int8MultiArray) -> bool
This method tests for
self and other values to be equal, and is used
by ==.