Struct rtps_parser::rtps::types::Guid
source · pub struct Guid { /* private fields */ }
Expand description
GUID_t Type used to hold globally-unique RTPS-entity identifiers. These are identifiers used to uniquely refer to each RTPS Entity in the system. Must be possible to represent using 16 octets. The following values are reserved by the protocol: GUID_UNKNOWN
Implementations§
Trait Implementations§
source§impl<'__de> CdrDeserialize<'__de> for Guid
impl<'__de> CdrDeserialize<'__de> for Guid
fn deserialize( deserializer: &mut impl CdrDeserializer<'__de> ) -> Result<Self, Error>
source§impl CdrSerialize for Guid
impl CdrSerialize for Guid
source§impl PartialEq for Guid
impl PartialEq for Guid
impl Copy for Guid
impl Eq for Guid
impl StructuralEq for Guid
impl StructuralPartialEq for Guid
Auto Trait Implementations§
impl RefUnwindSafe for Guid
impl Send for Guid
impl Sync for Guid
impl Unpin for Guid
impl UnwindSafe for Guid
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more