Struct moore_svlog::ast::ImplicitDataTypeData [−][src]
pub struct ImplicitDataTypeData<'a> {
pub signing: Option<TypeSign>,
pub packed_dims: Vec<Node<'a, PackedDimData<'a>>, Global>,
}
Expand description
An implicit data type.
From §A.2.2.1:
implicit_data_type ::=
signing? packed_dimension*
Fields
signing: Option<TypeSign>
packed_dims: Vec<Node<'a, PackedDimData<'a>>, Global>
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 ImplicitDataTypeData<'a>
impl<'a> Send for ImplicitDataTypeData<'a>
impl<'a> Sync for ImplicitDataTypeData<'a>
impl<'a> Unpin for ImplicitDataTypeData<'a>
impl<'a> !UnwindSafe for ImplicitDataTypeData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more