Struct sv_parser_syntaxtree::source_text::system_verilog_source_text::InterfaceClassDeclaration
source · [−]pub struct InterfaceClassDeclaration {
pub nodes: (Keyword, Keyword, ClassIdentifier, Option<ParameterPortList>, Option<(Keyword, List<Symbol, InterfaceClassType>)>, Symbol, Vec<InterfaceClassItem>, Keyword, Option<(Symbol, ClassIdentifier)>),
}Fields
nodes: (Keyword, Keyword, ClassIdentifier, Option<ParameterPortList>, Option<(Keyword, List<Symbol, InterfaceClassType>)>, Symbol, Vec<InterfaceClassItem>, Keyword, Option<(Symbol, ClassIdentifier)>)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 InterfaceClassDeclaration
impl Send for InterfaceClassDeclaration
impl Sync for InterfaceClassDeclaration
impl Unpin for InterfaceClassDeclaration
impl UnwindSafe for InterfaceClassDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more