Struct moore_svlog::ast::ParamDeclData [−][src]
Expand description
A parameter or localparam declaration.
"localparam" data_type_or_implicit list_of_param_assignments
"localparam" "type" list_of_type_assignments
"parameter" data_type_or_implicit list_of_param_assignments
"parameter" "type" list_of_type_assignments
Fields
local: bool
kind: ParamKind<'a>
Trait Implementations
Get this node’s name, or None
if it does not have one.
Describe this node for diagnostics in indefinite form, e.g. “entity”. Read more
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Apply a function to each child node.
Apply a function to this node.
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<'a> !RefUnwindSafe for ParamDeclData<'a>
impl<'a> Send for ParamDeclData<'a>
impl<'a> Sync for ParamDeclData<'a>
impl<'a> Unpin for ParamDeclData<'a>
impl<'a> !UnwindSafe for ParamDeclData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more