pub enum ContentType {
Show 13 variants
QosLibrary,
QosProfile,
Application,
DomainParticipant,
Types,
Waitset,
Topic,
Publisher,
Subscriber,
DataWriter,
DataReader,
ReadSampleSeq,
WriteSampleSeq,
}Expand description
Wire-Element-Name fuer ein Object/List Tab 6 (Spec §8.3.4).
Variants§
QosLibrary
qos_library / qos_library_list.
QosProfile
qos_profile / qos_profile_list.
Application
application / application_list.
DomainParticipant
domain_participant / domain_participant_list.
Types
types (XML-Type-Definition aus DDS-XTYPES).
Waitset
waitset / waitset_list.
Topic
topic / topic_list.
Publisher
publisher / publisher_list.
Subscriber
subscriber / subscriber_list.
DataWriter
data_writer / data_writer_list.
DataReader
data_reader / data_reader_list.
ReadSampleSeq
read_sample_seq (DataReader::read).
WriteSampleSeq
write_sample_seq (DataWriter::write).
Trait Implementations§
Source§impl Clone for ContentType
impl Clone for ContentType
Source§fn clone(&self) -> ContentType
fn clone(&self) -> ContentType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentType
impl Debug for ContentType
Source§impl Hash for ContentType
impl Hash for ContentType
Source§impl PartialEq for ContentType
impl PartialEq for ContentType
Source§fn eq(&self, other: &ContentType) -> bool
fn eq(&self, other: &ContentType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ContentType
impl Eq for ContentType
impl StructuralPartialEq for ContentType
Auto Trait Implementations§
impl Freeze for ContentType
impl RefUnwindSafe for ContentType
impl Send for ContentType
impl Sync for ContentType
impl Unpin for ContentType
impl UnsafeUnpin for ContentType
impl UnwindSafe for ContentType
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