pub struct DomainParticipantFactoryQos {
pub autoenable_created_entities: bool,
}Expand description
QoS-Policy fuer den DomainParticipantFactory selbst (Spec
§2.2.2.2.2.6 DomainParticipantFactoryQos). Aktuell ein einziges
Feld autoenable_created_entities (Default true); spaetere
Spec-Erweiterungen werden hier addiert.
Fields§
§autoenable_created_entities: boolWenn true, werden neu erzeugte Entities automatisch beim
Erzeugen enable()-d. Spec-Default: true.
Trait Implementations§
Source§impl Clone for DomainParticipantFactoryQos
impl Clone for DomainParticipantFactoryQos
Source§fn clone(&self) -> DomainParticipantFactoryQos
fn clone(&self) -> DomainParticipantFactoryQos
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 DomainParticipantFactoryQos
impl Debug for DomainParticipantFactoryQos
Source§impl PartialEq for DomainParticipantFactoryQos
impl PartialEq for DomainParticipantFactoryQos
Source§fn eq(&self, other: &DomainParticipantFactoryQos) -> bool
fn eq(&self, other: &DomainParticipantFactoryQos) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DomainParticipantFactoryQos
impl Eq for DomainParticipantFactoryQos
impl StructuralPartialEq for DomainParticipantFactoryQos
Auto Trait Implementations§
impl Freeze for DomainParticipantFactoryQos
impl RefUnwindSafe for DomainParticipantFactoryQos
impl Send for DomainParticipantFactoryQos
impl Sync for DomainParticipantFactoryQos
impl Unpin for DomainParticipantFactoryQos
impl UnsafeUnpin for DomainParticipantFactoryQos
impl UnwindSafe for DomainParticipantFactoryQos
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