Struct rclrust_msg::rmw_dds_common::msg::NodeEntitiesInfo
source · [−]pub struct NodeEntitiesInfo {
pub node_namespace: String,
pub node_name: String,
pub reader_gid_seq: Vec<Gid>,
pub writer_gid_seq: Vec<Gid>,
}
Fields
node_namespace: String
node_name: String
reader_gid_seq: Vec<Gid>
writer_gid_seq: Vec<Gid>
Trait Implementations
sourceimpl Clone for NodeEntitiesInfo
impl Clone for NodeEntitiesInfo
sourcefn clone(&self) -> NodeEntitiesInfo
fn clone(&self) -> NodeEntitiesInfo
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 NodeEntitiesInfo
impl Debug for NodeEntitiesInfo
sourceimpl Default for NodeEntitiesInfo
impl Default for NodeEntitiesInfo
sourceimpl InternalDefault for NodeEntitiesInfo
impl InternalDefault for NodeEntitiesInfo
sourceimpl MessageT for NodeEntitiesInfo
impl MessageT for NodeEntitiesInfo
type Raw = NodeEntitiesInfo_Raw
type RawRef = NodeEntitiesInfo_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<NodeEntitiesInfo> for NodeEntitiesInfo
impl PartialEq<NodeEntitiesInfo> for NodeEntitiesInfo
sourcefn eq(&self, other: &NodeEntitiesInfo) -> bool
fn eq(&self, other: &NodeEntitiesInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &NodeEntitiesInfo) -> bool
fn ne(&self, other: &NodeEntitiesInfo) -> bool
This method tests for !=
.
impl StructuralPartialEq for NodeEntitiesInfo
Auto Trait Implementations
impl RefUnwindSafe for NodeEntitiesInfo
impl Send for NodeEntitiesInfo
impl Sync for NodeEntitiesInfo
impl Unpin for NodeEntitiesInfo
impl UnwindSafe for NodeEntitiesInfo
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