Enum sv_parser::InterfaceDeclaration
source · pub enum InterfaceDeclaration {
Nonansi(Box<InterfaceDeclarationNonansi, Global>),
Ansi(Box<InterfaceDeclarationAnsi, Global>),
Wildcard(Box<InterfaceDeclarationWildcard, Global>),
ExternNonansi(Box<InterfaceDeclarationExternNonansi, Global>),
ExternAnsi(Box<InterfaceDeclarationExternAnsi, Global>),
}
Variants§
Nonansi(Box<InterfaceDeclarationNonansi, Global>)
Ansi(Box<InterfaceDeclarationAnsi, Global>)
Wildcard(Box<InterfaceDeclarationWildcard, Global>)
ExternNonansi(Box<InterfaceDeclarationExternNonansi, Global>)
ExternAnsi(Box<InterfaceDeclarationExternAnsi, Global>)
Trait Implementations§
source§impl Clone for InterfaceDeclaration
impl Clone for InterfaceDeclaration
source§fn clone(&self) -> InterfaceDeclaration
fn clone(&self) -> InterfaceDeclaration
Returns a copy 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 InterfaceDeclaration
impl Debug for InterfaceDeclaration
source§impl<'a> From<&'a InterfaceDeclaration> for RefNode<'a>
impl<'a> From<&'a InterfaceDeclaration> for RefNode<'a>
source§fn from(x: &'a InterfaceDeclaration) -> RefNode<'a>
fn from(x: &'a InterfaceDeclaration) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a InterfaceDeclaration> for RefNodes<'a>
impl<'a> From<&'a InterfaceDeclaration> for RefNodes<'a>
source§fn from(x: &'a InterfaceDeclaration) -> RefNodes<'a>
fn from(x: &'a InterfaceDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<InterfaceDeclaration> for AnyNode
impl From<InterfaceDeclaration> for AnyNode
source§fn from(x: InterfaceDeclaration) -> AnyNode
fn from(x: InterfaceDeclaration) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a InterfaceDeclaration
impl<'a> IntoIterator for &'a InterfaceDeclaration
source§impl PartialEq<InterfaceDeclaration> for InterfaceDeclaration
impl PartialEq<InterfaceDeclaration> for InterfaceDeclaration
source§fn eq(&self, other: &InterfaceDeclaration) -> bool
fn eq(&self, other: &InterfaceDeclaration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.