pub struct DomainParticipantQos {
pub user_data: UserDataQosPolicy,
pub entity_factory: EntityFactoryQosPolicy,
}Expand description
QoS-Set fuer den DomainParticipant — Spec §2.2.2.2.2.
Fields§
§user_data: UserDataQosPolicyUserData (Discovery-propagiert).
entity_factory: EntityFactoryQosPolicyEntityFactory — Auto-Enable von Child-Entities.
Trait Implementations§
Source§impl Clone for DomainParticipantQos
impl Clone for DomainParticipantQos
Source§fn clone(&self) -> DomainParticipantQos
fn clone(&self) -> DomainParticipantQos
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 DomainParticipantQos
impl Debug for DomainParticipantQos
Source§impl Default for DomainParticipantQos
impl Default for DomainParticipantQos
Source§fn default() -> DomainParticipantQos
fn default() -> DomainParticipantQos
Returns the “default value” for a type. Read more
Source§impl PartialEq for DomainParticipantQos
impl PartialEq for DomainParticipantQos
Source§fn eq(&self, other: &DomainParticipantQos) -> bool
fn eq(&self, other: &DomainParticipantQos) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DomainParticipantQos
impl StructuralPartialEq for DomainParticipantQos
Auto Trait Implementations§
impl Freeze for DomainParticipantQos
impl RefUnwindSafe for DomainParticipantQos
impl Send for DomainParticipantQos
impl Sync for DomainParticipantQos
impl Unpin for DomainParticipantQos
impl UnsafeUnpin for DomainParticipantQos
impl UnwindSafe for DomainParticipantQos
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