pub struct PublisherQos {
pub presentation: PresentationQosPolicy,
pub partition: PartitionQosPolicy,
pub group_data: GroupDataQosPolicy,
pub entity_factory: EntityFactoryQosPolicy,
}Expand description
QoS-Set fuer den Publisher — Spec §2.2.2.4.1.
Fields§
§presentation: PresentationQosPolicyPresentation — Coherent/Ordered Access.
partition: PartitionQosPolicyPartition — Default leer.
group_data: GroupDataQosPolicyGroupData (Discovery-propagiert).
entity_factory: EntityFactoryQosPolicyEntityFactory — Auto-Enable von DataWritern.
Trait Implementations§
Source§impl Clone for PublisherQos
impl Clone for PublisherQos
Source§fn clone(&self) -> PublisherQos
fn clone(&self) -> PublisherQos
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 PublisherQos
impl Debug for PublisherQos
Source§impl Default for PublisherQos
impl Default for PublisherQos
Source§fn default() -> PublisherQos
fn default() -> PublisherQos
Returns the “default value” for a type. Read more
Source§impl PartialEq for PublisherQos
impl PartialEq for PublisherQos
Source§fn eq(&self, other: &PublisherQos) -> bool
fn eq(&self, other: &PublisherQos) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PublisherQos
impl StructuralPartialEq for PublisherQos
Auto Trait Implementations§
impl Freeze for PublisherQos
impl RefUnwindSafe for PublisherQos
impl Send for PublisherQos
impl Sync for PublisherQos
impl Unpin for PublisherQos
impl UnsafeUnpin for PublisherQos
impl UnwindSafe for PublisherQos
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