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