Struct rclrust_msg::sensor_msgs::msg::ChannelFloat32
source · [−]Fields
name: String
values: Vec<f32>
Trait Implementations
sourceimpl Clone for ChannelFloat32
impl Clone for ChannelFloat32
sourcefn clone(&self) -> ChannelFloat32
fn clone(&self) -> ChannelFloat32
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ChannelFloat32
impl Debug for ChannelFloat32
sourceimpl Default for ChannelFloat32
impl Default for ChannelFloat32
sourceimpl InternalDefault for ChannelFloat32
impl InternalDefault for ChannelFloat32
sourceimpl MessageT for ChannelFloat32
impl MessageT for ChannelFloat32
type Raw = ChannelFloat32_Raw
type RawRef = ChannelFloat32_RawRef
fn type_support() -> *const c_void
unsafe fn from_raw(from: &Self::Raw) -> Self
unsafe fn to_raw_ref(&self) -> Self::RawRef
sourceimpl PartialEq<ChannelFloat32> for ChannelFloat32
impl PartialEq<ChannelFloat32> for ChannelFloat32
sourcefn eq(&self, other: &ChannelFloat32) -> bool
fn eq(&self, other: &ChannelFloat32) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ChannelFloat32) -> bool
fn ne(&self, other: &ChannelFloat32) -> bool
This method tests for !=
.
impl StructuralPartialEq for ChannelFloat32
Auto Trait Implementations
impl RefUnwindSafe for ChannelFloat32
impl Send for ChannelFloat32
impl Sync for ChannelFloat32
impl Unpin for ChannelFloat32
impl UnwindSafe for ChannelFloat32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more