pub struct DataReaderConfig {
pub object_id: ObjectId,
pub topic_ref: ObjectId,
pub qos_profile: Option<String>,
}Expand description
Ein <data_reader> (Spec §7.7.3.11).
Fields§
§object_id: ObjectIdObjectId, kind=OBJK_DATAREADER.
topic_ref: ObjectIdReferenz auf ein Topic im selben Participant.
qos_profile: Option<String>Optional QoS-Profile.
Trait Implementations§
Source§impl Clone for DataReaderConfig
impl Clone for DataReaderConfig
Source§fn clone(&self) -> DataReaderConfig
fn clone(&self) -> DataReaderConfig
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 DataReaderConfig
impl Debug for DataReaderConfig
Source§impl PartialEq for DataReaderConfig
impl PartialEq for DataReaderConfig
Source§fn eq(&self, other: &DataReaderConfig) -> bool
fn eq(&self, other: &DataReaderConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DataReaderConfig
impl StructuralPartialEq for DataReaderConfig
Auto Trait Implementations§
impl Freeze for DataReaderConfig
impl RefUnwindSafe for DataReaderConfig
impl Send for DataReaderConfig
impl Sync for DataReaderConfig
impl Unpin for DataReaderConfig
impl UnsafeUnpin for DataReaderConfig
impl UnwindSafe for DataReaderConfig
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