test_msgs__srv__Arrays_Request

Struct test_msgs__srv__Arrays_Request 

Source
#[repr(C)]
pub struct test_msgs__srv__Arrays_Request {
Show 31 fields pub bool_values: [bool; 3], pub byte_values: [u8; 3], pub char_values: [u8; 3], pub float32_values: [f32; 3], pub float64_values: [f64; 3], pub int8_values: [i8; 3], pub uint8_values: [u8; 3], pub int16_values: [i16; 3], pub uint16_values: [u16; 3], pub int32_values: [i32; 3], pub uint32_values: [u32; 3], pub int64_values: [i64; 3], pub uint64_values: [u64; 3], pub string_values: [rosidl_runtime_c__String; 3], pub basic_types_values: [test_msgs__msg__BasicTypes; 3], pub constants_values: [test_msgs__msg__Constants; 3], pub defaults_values: [test_msgs__msg__Defaults; 3], pub bool_values_default: [bool; 3], pub byte_values_default: [u8; 3], pub char_values_default: [u8; 3], pub float32_values_default: [f32; 3], pub float64_values_default: [f64; 3], pub int8_values_default: [i8; 3], pub uint8_values_default: [u8; 3], pub int16_values_default: [i16; 3], pub uint16_values_default: [u16; 3], pub int32_values_default: [i32; 3], pub uint32_values_default: [u32; 3], pub int64_values_default: [i64; 3], pub uint64_values_default: [u64; 3], pub string_values_default: [rosidl_runtime_c__String; 3],
}

Fields§

§bool_values: [bool; 3]§byte_values: [u8; 3]§char_values: [u8; 3]§float32_values: [f32; 3]§float64_values: [f64; 3]§int8_values: [i8; 3]§uint8_values: [u8; 3]§int16_values: [i16; 3]§uint16_values: [u16; 3]§int32_values: [i32; 3]§uint32_values: [u32; 3]§int64_values: [i64; 3]§uint64_values: [u64; 3]§string_values: [rosidl_runtime_c__String; 3]§basic_types_values: [test_msgs__msg__BasicTypes; 3]§constants_values: [test_msgs__msg__Constants; 3]§defaults_values: [test_msgs__msg__Defaults; 3]§bool_values_default: [bool; 3]§byte_values_default: [u8; 3]§char_values_default: [u8; 3]§float32_values_default: [f32; 3]§float64_values_default: [f64; 3]§int8_values_default: [i8; 3]§uint8_values_default: [u8; 3]§int16_values_default: [i16; 3]§uint16_values_default: [u16; 3]§int32_values_default: [i32; 3]§uint32_values_default: [u32; 3]§int64_values_default: [i64; 3]§uint64_values_default: [u64; 3]§string_values_default: [rosidl_runtime_c__String; 3]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.