pub struct OutputPortId(/* private fields */);Expand description
An output port identifier.
Trait Implementations§
Source§impl Clone for OutputPortId
impl Clone for OutputPortId
Source§fn clone(&self) -> OutputPortId
fn clone(&self) -> OutputPortId
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 OutputPortId
impl Debug for OutputPortId
Source§impl Display for OutputPortId
impl Display for OutputPortId
Source§impl From<OutputPortId> for PortId
impl From<OutputPortId> for PortId
Source§fn from(input: OutputPortId) -> Self
fn from(input: OutputPortId) -> Self
Converts to this type from the input type.
Source§impl Hash for OutputPortId
impl Hash for OutputPortId
Source§impl<T, const MAX: isize, const MIN: isize> Into<OutputPortId> for &Outputs<T, MAX, MIN>
impl<T, const MAX: isize, const MIN: isize> Into<OutputPortId> for &Outputs<T, MAX, MIN>
Source§fn into(self) -> OutputPortId
fn into(self) -> OutputPortId
Converts this type into the (usually inferred) input type.
Source§impl Into<isize> for OutputPortId
impl Into<isize> for OutputPortId
Source§impl Into<usize> for OutputPortId
impl Into<usize> for OutputPortId
Source§impl Ord for OutputPortId
impl Ord for OutputPortId
Source§fn cmp(&self, other: &OutputPortId) -> Ordering
fn cmp(&self, other: &OutputPortId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OutputPortId
impl PartialEq for OutputPortId
Source§impl PartialOrd for OutputPortId
impl PartialOrd for OutputPortId
Source§impl TryFrom<isize> for OutputPortId
impl TryFrom<isize> for OutputPortId
impl Copy for OutputPortId
impl Eq for OutputPortId
impl StructuralPartialEq for OutputPortId
Auto Trait Implementations§
impl Freeze for OutputPortId
impl RefUnwindSafe for OutputPortId
impl Send for OutputPortId
impl Sync for OutputPortId
impl Unpin for OutputPortId
impl UnwindSafe for OutputPortId
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