Struct sv_parser_syntaxtree::source_text::interface_items::InterfaceOrGenerateItemExtern
source · [−]pub struct InterfaceOrGenerateItemExtern {
pub nodes: (Vec<AttributeInstance>, ExternTfDeclaration),
}Fields
nodes: (Vec<AttributeInstance>, ExternTfDeclaration)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 Send for InterfaceOrGenerateItemExtern
impl Sync for InterfaceOrGenerateItemExtern
impl Unpin for InterfaceOrGenerateItemExtern
impl UnwindSafe for InterfaceOrGenerateItemExtern
Blanket Implementations
Mutably borrows from an owned value. Read more