Struct sv_parser_syntaxtree::declarations::module_parameter_declarations::SpecparamDeclaration
source · [−]pub struct SpecparamDeclaration {
pub nodes: (Keyword, Option<PackedDimension>, ListOfSpecparamAssignments, Symbol),
}Fields
nodes: (Keyword, Option<PackedDimension>, ListOfSpecparamAssignments, Symbol)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 SpecparamDeclaration
impl Send for SpecparamDeclaration
impl Sync for SpecparamDeclaration
impl Unpin for SpecparamDeclaration
impl UnwindSafe for SpecparamDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more