Struct test_msgs__msg__UnboundedSequences

Source
#[repr(C)]
pub struct test_msgs__msg__UnboundedSequences {
Show 32 fields pub bool_values: rosidl_runtime_c__boolean__Sequence, pub byte_values: rosidl_runtime_c__octet__Sequence, pub char_values: rosidl_runtime_c__uint8__Sequence, pub float32_values: rosidl_runtime_c__float__Sequence, pub float64_values: rosidl_runtime_c__double__Sequence, pub int8_values: rosidl_runtime_c__int8__Sequence, pub uint8_values: rosidl_runtime_c__uint8__Sequence, pub int16_values: rosidl_runtime_c__int16__Sequence, pub uint16_values: rosidl_runtime_c__uint16__Sequence, pub int32_values: rosidl_runtime_c__int32__Sequence, pub uint32_values: rosidl_runtime_c__uint32__Sequence, pub int64_values: rosidl_runtime_c__int64__Sequence, pub uint64_values: rosidl_runtime_c__uint64__Sequence, pub string_values: rosidl_runtime_c__String__Sequence, pub basic_types_values: test_msgs__msg__BasicTypes__Sequence, pub constants_values: test_msgs__msg__Constants__Sequence, pub defaults_values: test_msgs__msg__Defaults__Sequence, pub bool_values_default: rosidl_runtime_c__boolean__Sequence, pub byte_values_default: rosidl_runtime_c__octet__Sequence, pub char_values_default: rosidl_runtime_c__uint8__Sequence, pub float32_values_default: rosidl_runtime_c__float__Sequence, pub float64_values_default: rosidl_runtime_c__double__Sequence, pub int8_values_default: rosidl_runtime_c__int8__Sequence, pub uint8_values_default: rosidl_runtime_c__uint8__Sequence, pub int16_values_default: rosidl_runtime_c__int16__Sequence, pub uint16_values_default: rosidl_runtime_c__uint16__Sequence, pub int32_values_default: rosidl_runtime_c__int32__Sequence, pub uint32_values_default: rosidl_runtime_c__uint32__Sequence, pub int64_values_default: rosidl_runtime_c__int64__Sequence, pub uint64_values_default: rosidl_runtime_c__uint64__Sequence, pub string_values_default: rosidl_runtime_c__String__Sequence, pub alignment_check: i32,
}

Fields§

§bool_values: rosidl_runtime_c__boolean__Sequence§byte_values: rosidl_runtime_c__octet__Sequence§char_values: rosidl_runtime_c__uint8__Sequence§float32_values: rosidl_runtime_c__float__Sequence§float64_values: rosidl_runtime_c__double__Sequence§int8_values: rosidl_runtime_c__int8__Sequence§uint8_values: rosidl_runtime_c__uint8__Sequence§int16_values: rosidl_runtime_c__int16__Sequence§uint16_values: rosidl_runtime_c__uint16__Sequence§int32_values: rosidl_runtime_c__int32__Sequence§uint32_values: rosidl_runtime_c__uint32__Sequence§int64_values: rosidl_runtime_c__int64__Sequence§uint64_values: rosidl_runtime_c__uint64__Sequence§string_values: rosidl_runtime_c__String__Sequence§basic_types_values: test_msgs__msg__BasicTypes__Sequence§constants_values: test_msgs__msg__Constants__Sequence§defaults_values: test_msgs__msg__Defaults__Sequence§bool_values_default: rosidl_runtime_c__boolean__Sequence§byte_values_default: rosidl_runtime_c__octet__Sequence§char_values_default: rosidl_runtime_c__uint8__Sequence§float32_values_default: rosidl_runtime_c__float__Sequence§float64_values_default: rosidl_runtime_c__double__Sequence§int8_values_default: rosidl_runtime_c__int8__Sequence§uint8_values_default: rosidl_runtime_c__uint8__Sequence§int16_values_default: rosidl_runtime_c__int16__Sequence§uint16_values_default: rosidl_runtime_c__uint16__Sequence§int32_values_default: rosidl_runtime_c__int32__Sequence§uint32_values_default: rosidl_runtime_c__uint32__Sequence§int64_values_default: rosidl_runtime_c__int64__Sequence§uint64_values_default: rosidl_runtime_c__uint64__Sequence§string_values_default: rosidl_runtime_c__String__Sequence§alignment_check: i32

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.