pub struct AsyncPublisher { /* private fields */ }Expand description
Async-Wrapper um Publisher.
Implementations§
Source§impl AsyncPublisher
impl AsyncPublisher
Sourcepub fn create_datawriter<T: DdsType + Send + Sync + 'static>(
&self,
topic: &Topic<T>,
qos: DataWriterQos,
) -> Result<AsyncDataWriter<T>>
pub fn create_datawriter<T: DdsType + Send + Sync + 'static>( &self, topic: &Topic<T>, qos: DataWriterQos, ) -> Result<AsyncDataWriter<T>>
Trait Implementations§
Source§impl Clone for AsyncPublisher
impl Clone for AsyncPublisher
Source§fn clone(&self) -> AsyncPublisher
fn clone(&self) -> AsyncPublisher
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 moreAuto Trait Implementations§
impl Freeze for AsyncPublisher
impl !RefUnwindSafe for AsyncPublisher
impl Send for AsyncPublisher
impl Sync for AsyncPublisher
impl Unpin for AsyncPublisher
impl UnsafeUnpin for AsyncPublisher
impl !UnwindSafe for AsyncPublisher
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