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