pub struct TopicHandle { /* private fields */ }Expand description
Handle returned by super::shm::ShmPublisher::register. Identifies a topic
for use with super::shm::ShmPublisher::loan.
Trait Implementations§
Source§impl Clone for TopicHandle
impl Clone for TopicHandle
Source§fn clone(&self) -> TopicHandle
fn clone(&self) -> TopicHandle
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 TopicHandle
impl Debug for TopicHandle
Source§impl PartialEq for TopicHandle
impl PartialEq for TopicHandle
impl Copy for TopicHandle
impl Eq for TopicHandle
impl StructuralPartialEq for TopicHandle
Auto Trait Implementations§
impl Freeze for TopicHandle
impl RefUnwindSafe for TopicHandle
impl Send for TopicHandle
impl Sync for TopicHandle
impl Unpin for TopicHandle
impl UnsafeUnpin for TopicHandle
impl UnwindSafe for TopicHandle
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