Enum sv_parser_syntaxtree::source_text::system_verilog_source_text::InterfaceDeclaration
source · [−]pub enum InterfaceDeclaration {
Nonansi(Box<InterfaceDeclarationNonansi>),
Ansi(Box<InterfaceDeclarationAnsi>),
Wildcard(Box<InterfaceDeclarationWildcard>),
ExternNonansi(Box<InterfaceDeclarationExternNonansi>),
ExternAnsi(Box<InterfaceDeclarationExternAnsi>),
}Variants
Nonansi(Box<InterfaceDeclarationNonansi>)
Ansi(Box<InterfaceDeclarationAnsi>)
Wildcard(Box<InterfaceDeclarationWildcard>)
ExternNonansi(Box<InterfaceDeclarationExternNonansi>)
ExternAnsi(Box<InterfaceDeclarationExternAnsi>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InterfaceDeclaration
impl Send for InterfaceDeclaration
impl Sync for InterfaceDeclaration
impl Unpin for InterfaceDeclaration
impl UnwindSafe for InterfaceDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more