#[repr(C)]pub struct test_msgs__srv__BasicTypes_Request {Show 14 fields
pub bool_value: bool,
pub byte_value: u8,
pub char_value: u8,
pub float32_value: f32,
pub float64_value: f64,
pub int8_value: i8,
pub uint8_value: u8,
pub int16_value: i16,
pub uint16_value: u16,
pub int32_value: i32,
pub uint32_value: u32,
pub int64_value: i64,
pub uint64_value: u64,
pub string_value: rosidl_runtime_c__String,
}Fields§
§bool_value: bool§byte_value: u8§char_value: u8§float32_value: f32§float64_value: f64§int8_value: i8§uint8_value: u8§int16_value: i16§uint16_value: u16§int32_value: i32§uint32_value: u32§int64_value: i64§uint64_value: u64§string_value: rosidl_runtime_c__StringAuto Trait Implementations§
impl Freeze for test_msgs__srv__BasicTypes_Request
impl RefUnwindSafe for test_msgs__srv__BasicTypes_Request
impl !Send for test_msgs__srv__BasicTypes_Request
impl !Sync for test_msgs__srv__BasicTypes_Request
impl Unpin for test_msgs__srv__BasicTypes_Request
impl UnwindSafe for test_msgs__srv__BasicTypes_Request
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
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 moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
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