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