pub type rosidl_runtime_c__float64__Sequence = rosidl_runtime_c__double__Sequence;
Aliased Type§
struct rosidl_runtime_c__float64__Sequence {
pub data: *mut f64,
pub size: usize,
pub capacity: usize,
}
Fields§
§data: *mut f64
§size: usize
§capacity: usize
Implementations§
Trait Implementations
Source§impl Clone for rosidl_runtime_c__double__Sequence
impl Clone for rosidl_runtime_c__double__Sequence
Source§fn clone(&self) -> rosidl_runtime_c__double__Sequence
fn clone(&self) -> rosidl_runtime_c__double__Sequence
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for rosidl_runtime_c__double__Sequence
impl PartialEq for rosidl_runtime_c__double__Sequence
Source§fn eq(&self, other: &rosidl_runtime_c__double__Sequence) -> bool
fn eq(&self, other: &rosidl_runtime_c__double__Sequence) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.