pub struct DustDdsConfiguration { /* private fields */ }Expand description
This struct specifies the high-level configuration for the DustDDS library. The configuration can be set for use by the
DomainParticipantFactory::set_configuration method.
Implementations§
Source§impl DustDdsConfiguration
impl DustDdsConfiguration
Sourcepub fn domain_tag(&self) -> &str
pub fn domain_tag(&self) -> &str
Domain tag to use for the participants
Sourcepub fn participant_announcement_interval(&self) -> Duration
pub fn participant_announcement_interval(&self) -> Duration
Maximum interval at which the participant is announced on the network.
Trait Implementations§
Source§impl Clone for DustDdsConfiguration
impl Clone for DustDdsConfiguration
Source§fn clone(&self) -> DustDdsConfiguration
fn clone(&self) -> DustDdsConfiguration
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 DustDdsConfiguration
impl Debug for DustDdsConfiguration
Source§impl Default for DustDdsConfiguration
impl Default for DustDdsConfiguration
Source§impl PartialEq for DustDdsConfiguration
impl PartialEq for DustDdsConfiguration
impl Eq for DustDdsConfiguration
impl StructuralPartialEq for DustDdsConfiguration
Auto Trait Implementations§
impl Freeze for DustDdsConfiguration
impl RefUnwindSafe for DustDdsConfiguration
impl Send for DustDdsConfiguration
impl Sync for DustDdsConfiguration
impl Unpin for DustDdsConfiguration
impl UnwindSafe for DustDdsConfiguration
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