Struct moore_vhdl::hir::Aggregate [] [src]

pub struct Aggregate {
    pub parent: ScopeRef,
    pub span: Span,
    pub positional: Vec<Spanned<ExprRef>>,
    pub named: AggregateKind,
    pub others: Option<Spanned<ExprRef>>,
}

An aggregate.

See IEEE 1076-2008 section 9.3.3.1.

Fields

The parent scope.

The span the aggregate covers in the source file.

The positional fields of the aggregate.

The named fields of the aggregate.

The others field of the aggregate.

Trait Implementations

impl Debug for Aggregate
[src]

[src]

Formats the value using the given formatter.