Struct moore_vhdl::hir::PackageInst [] [src]

pub struct PackageInst {
    pub parent: ScopeRef,
    pub name: Spanned<Name>,
    pub pkg: Spanned<LatentPkgRef>,
    pub generic_map: Vec<()>,
}

A package instantiation.

See IEEE 1076-2008 section 4.9.

Fields

The parent scope.

The name of the package.

The package to be instantiated.

The generic map.

Trait Implementations

impl Debug for PackageInst
[src]

[src]

Formats the value using the given formatter.