Struct moore_vhdl::hir::Package [] [src]

pub struct Package {
    pub parent: ScopeRef,
    pub name: Spanned<Name>,
    pub generics: Vec<GenericRef>,
    pub decls: Vec<DeclInPkgRef>,
}

A package declaration.

See IEEE 1076-2008 section 4.7.

Fields

The parent scope.

The package name.

The list of generics.

The list of declarations in the package.

Trait Implementations

impl Debug for Package
[src]

[src]

Formats the value using the given formatter.