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