Struct moore_vhdl::hir::Arch [] [src]

pub struct Arch {
    pub ctx_items: CtxItemsRef,
    pub entity: EntityRef,
    pub name: Spanned<Name>,
    pub decls: Vec<DeclInBlockRef>,
    pub stmts: Vec<ConcStmtRef>,
}

Fields

The context items associated with the entity.

The entity of the architecture.

The architecture name.

The list of declarations in the architecture.

The list of statements in the architecture.

Trait Implementations

impl Debug for Arch
[src]

[src]

Formats the value using the given formatter.