Enum rtps_parser::rtps::messages::types::ProtocolId
source · pub enum ProtocolId {
PROTOCOL_RTPS,
}
Expand description
ProtocolId_t Enumeration used to identify the protocol. The following values are reserved by the protocol: PROTOCOL_RTPS
Variants§
PROTOCOL_RTPS
Trait Implementations§
source§impl Clone for ProtocolId
impl Clone for ProtocolId
source§fn clone(&self) -> ProtocolId
fn clone(&self) -> ProtocolId
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 Debug for ProtocolId
impl Debug for ProtocolId
source§impl PartialEq for ProtocolId
impl PartialEq for ProtocolId
source§fn eq(&self, other: &ProtocolId) -> bool
fn eq(&self, other: &ProtocolId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl WriteBytes for ProtocolId
impl WriteBytes for ProtocolId
fn write_bytes(&self, buf: &mut [u8]) -> usize
impl Copy for ProtocolId
impl Eq for ProtocolId
impl StructuralEq for ProtocolId
impl StructuralPartialEq for ProtocolId
Auto Trait Implementations§
impl RefUnwindSafe for ProtocolId
impl Send for ProtocolId
impl Sync for ProtocolId
impl Unpin for ProtocolId
impl UnwindSafe for ProtocolId
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