Enum rtps_parser::rtps::types::TopicKind
source · pub enum TopicKind {
NoKey,
WithKey,
}
Expand description
TopicKind_t Enumeration used to distinguish whether a Topic has defined some fields within to be used as the ‘key’ that identifies data-instances within the Topic. See the DDS specification for more details on keys. The following values are reserved by the protocol: NO_KEY, WITH_KEY
Variants§
Trait Implementations§
source§impl PartialEq for TopicKind
impl PartialEq for TopicKind
impl Copy for TopicKind
impl Eq for TopicKind
impl StructuralEq for TopicKind
impl StructuralPartialEq for TopicKind
Auto Trait Implementations§
impl RefUnwindSafe for TopicKind
impl Send for TopicKind
impl Sync for TopicKind
impl Unpin for TopicKind
impl UnwindSafe for TopicKind
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