#[repr(C)]pub struct ChannelFloat32 {
pub name: RosString<0>,
pub values: F32Seq<0>,
}Fields§
§name: RosString<0>§values: F32Seq<0>Implementations§
Trait Implementations§
Source§impl Clone for ChannelFloat32
impl Clone for ChannelFloat32
Source§impl Debug for ChannelFloat32
impl Debug for ChannelFloat32
Source§impl Default for ChannelFloat32
impl Default for ChannelFloat32
Source§impl<'de> Deserialize<'de> for ChannelFloat32
impl<'de> Deserialize<'de> for ChannelFloat32
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 for ChannelFloat32
impl PartialEq for ChannelFloat32
Source§impl RosFieldType for ChannelFloat32
impl RosFieldType for ChannelFloat32
Source§fn ros_field_type() -> FieldType
fn ros_field_type() -> FieldType
Returns the FieldType for this type when used as a field.
Source§fn referenced_types() -> Vec<IndividualTypeDescription>
fn referenced_types() -> Vec<IndividualTypeDescription>
Returns referenced type descriptions (empty for primitives, populated for nested types).
Source§impl Serialize for ChannelFloat32
impl Serialize for ChannelFloat32
Source§impl TryClone for ChannelFloat32
impl TryClone for ChannelFloat32
Source§impl TypeDescription for ChannelFloat32
impl TypeDescription for ChannelFloat32
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this type Read more
Source§fn message_type_name() -> MessageTypeName
fn message_type_name() -> MessageTypeName
Get the message type name information Read more
Auto Trait Implementations§
impl Freeze for ChannelFloat32
impl RefUnwindSafe for ChannelFloat32
impl Send for ChannelFloat32
impl Sync for ChannelFloat32
impl Unpin for ChannelFloat32
impl UnsafeUnpin for ChannelFloat32
impl UnwindSafe for ChannelFloat32
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