Struct sv_parser_syntaxtree::expressions::subroutine_calls::TfCall
source · [−]pub struct TfCall {
pub nodes: (PsOrHierarchicalTfIdentifier, Vec<AttributeInstance>, Option<Paren<ListOfArguments>>),
}Fields
nodes: (PsOrHierarchicalTfIdentifier, Vec<AttributeInstance>, Option<Paren<ListOfArguments>>)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TfCall
impl UnwindSafe for TfCall
Blanket Implementations
Mutably borrows from an owned value. Read more