pub struct OutputPort<T>where
T: Message,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<T> Clone for OutputPort<T>
impl<T> Clone for OutputPort<T>
source§fn clone(&self) -> OutputPort<T>
fn clone(&self) -> OutputPort<T>
Returns a copy 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<T> Debug for OutputPort<T>where
T: Message,
impl<T> Debug for OutputPort<T>where
T: Message,
source§impl<T> Display for OutputPort<T>where
T: Message,
impl<T> Display for OutputPort<T>where
T: Message,
source§impl<T> From<&OutputPort<T>> for PortDescriptorwhere
T: Message,
impl<T> From<&OutputPort<T>> for PortDescriptorwhere
T: Message,
source§fn from(port: &OutputPort<T>) -> PortDescriptor
fn from(port: &OutputPort<T>) -> PortDescriptor
Converts to this type from the input type.
source§impl<T> MaybeLabeled for OutputPort<T>where
T: Message,
impl<T> MaybeLabeled for OutputPort<T>where
T: Message,
source§impl<T> MaybeNamed for OutputPort<T>where
T: Message,
impl<T> MaybeNamed for OutputPort<T>where
T: Message,
source§impl<T> MessageSender<T> for OutputPort<T>where
T: Message,
impl<T> MessageSender<T> for OutputPort<T>where
T: Message,
Auto Trait Implementations§
impl<T> Freeze for OutputPort<T>
impl<T> !RefUnwindSafe for OutputPort<T>
impl<T> Send for OutputPort<T>
impl<T> Sync for OutputPort<T>
impl<T> Unpin for OutputPort<T>where
T: Unpin,
impl<T> !UnwindSafe for OutputPort<T>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)