Trait rustdds::dds::qos::MutQosPolicy[][src]

pub trait MutQosPolicy {
    fn set_qos(&mut self, new_qos: &QosPolicies) -> Result<()>;
}

Trait that is implemented by all necessary DDS Entities that are required to have a mutable QosPolicies.

Required methods

fn set_qos(&mut self, new_qos: &QosPolicies) -> Result<()>[src]

Loading content...

Implementors

Loading content...