pub struct PortReference {
    pub nodes: (PortIdentifier, ConstantSelect),
}Fields§
§nodes: (PortIdentifier, ConstantSelect)Trait Implementations§
Source§impl Clone for PortReference
 
impl Clone for PortReference
Source§fn clone(&self) -> PortReference
 
fn clone(&self) -> PortReference
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 PortReference
 
impl Debug for PortReference
Source§impl<'a> From<&'a PortReference> for RefNode<'a>
 
impl<'a> From<&'a PortReference> for RefNode<'a>
Source§fn from(x: &'a PortReference) -> RefNode<'a>
 
fn from(x: &'a PortReference) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PortReference> for RefNodes<'a>
 
impl<'a> From<&'a PortReference> for RefNodes<'a>
Source§fn from(x: &'a PortReference) -> RefNodes<'a>
 
fn from(x: &'a PortReference) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PortReference> for AnyNode
 
impl From<PortReference> for AnyNode
Source§fn from(x: PortReference) -> AnyNode
 
fn from(x: PortReference) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PortReference
 
impl<'a> IntoIterator for &'a PortReference
Source§impl PartialEq for PortReference
 
impl PartialEq for PortReference
Source§impl<'a> TryFrom<&'a PortReference> for Locate
 
impl<'a> TryFrom<&'a PortReference> for Locate
Source§impl TryFrom<AnyNode> for PortReference
 
impl TryFrom<AnyNode> for PortReference
Source§impl TryFrom<PortReference> for Locate
 
impl TryFrom<PortReference> for Locate
impl StructuralPartialEq for PortReference
Auto Trait Implementations§
impl Freeze for PortReference
impl RefUnwindSafe for PortReference
impl Send for PortReference
impl Sync for PortReference
impl Unpin for PortReference
impl UnwindSafe for PortReference
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