Struct rclrust_msg::rmw_dds_common::msg::NodeEntitiesInfo_Raw
source · [−]#[repr(C)]pub struct NodeEntitiesInfo_Raw {
pub node_namespace: FFIString,
pub node_name: FFIString,
pub reader_gid_seq: FFISeq<Gid_Raw>,
pub writer_gid_seq: FFISeq<Gid_Raw>,
}
Fields
node_namespace: FFIString
node_name: FFIString
reader_gid_seq: FFISeq<Gid_Raw>
writer_gid_seq: FFISeq<Gid_Raw>
Trait Implementations
sourceimpl Debug for NodeEntitiesInfo_Raw
impl Debug for NodeEntitiesInfo_Raw
sourceimpl Default for NodeEntitiesInfo_Raw
impl Default for NodeEntitiesInfo_Raw
sourceimpl Drop for NodeEntitiesInfo_Raw
impl Drop for NodeEntitiesInfo_Raw
sourceimpl FFIToRust for NodeEntitiesInfo_Raw
impl FFIToRust for NodeEntitiesInfo_Raw
type Target = NodeEntitiesInfo
unsafe fn to_rust(&self) -> Self::Target
impl Send for NodeEntitiesInfo_Raw
impl Sync for NodeEntitiesInfo_Raw
Auto Trait Implementations
impl RefUnwindSafe for NodeEntitiesInfo_Raw
impl Unpin for NodeEntitiesInfo_Raw
impl UnwindSafe for NodeEntitiesInfo_Raw
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