pub struct DomainParticipantFactoryQos {
pub entity_factory: EntityFactoryQosPolicy,
}Fields§
§entity_factory: EntityFactoryQosPolicyImplementations§
Source§impl DomainParticipantFactoryQos
impl DomainParticipantFactoryQos
pub fn new(entity_factory: EntityFactoryQosPolicy) -> Self
pub fn entity_factory(&self) -> &EntityFactoryQosPolicy
pub fn set_entity_factory(&mut self, value: EntityFactoryQosPolicy)
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 · 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<'de> Deserialize<'de> for DomainParticipantFactoryQos
impl<'de> Deserialize<'de> for DomainParticipantFactoryQos
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DomainParticipantFactoryQos
impl RefUnwindSafe for DomainParticipantFactoryQos
impl Send for DomainParticipantFactoryQos
impl Sync for DomainParticipantFactoryQos
impl Unpin 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