pub struct OutputPort<T: PortType> { /* private fields */ }
Expand description
Handle for output ports.
Fields of this type can be dereferenced to the output type of the port type.
Trait Implementations§
Source§impl<T: PortType> Deref for OutputPort<T>
impl<T: PortType> Deref for OutputPort<T>
Source§impl<T: PortType> DerefMut for OutputPort<T>
impl<T: PortType> DerefMut for OutputPort<T>
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>
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