Struct sv_parser_syntaxtree::declarations::function_declarations::FunctionBodyDeclarationWithPort
source · [−]pub struct FunctionBodyDeclarationWithPort {
pub nodes: (FunctionDataTypeOrImplicit, Option<InterfaceIdentifierOrClassScope>, FunctionIdentifier, Paren<Option<TfPortList>>, Symbol, Vec<BlockItemDeclaration>, Vec<FunctionStatementOrNull>, Keyword, Option<(Symbol, FunctionIdentifier)>),
}Fields
nodes: (FunctionDataTypeOrImplicit, Option<InterfaceIdentifierOrClassScope>, FunctionIdentifier, Paren<Option<TfPortList>>, Symbol, Vec<BlockItemDeclaration>, Vec<FunctionStatementOrNull>, Keyword, Option<(Symbol, FunctionIdentifier)>)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 FunctionBodyDeclarationWithPort
impl Sync for FunctionBodyDeclarationWithPort
impl Unpin for FunctionBodyDeclarationWithPort
Blanket Implementations
Mutably borrows from an owned value. Read more