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