Struct moore_vhdl::hir::PackageBody [] [src]

pub struct PackageBody {
    pub parent: ScopeRef,
    pub name: Spanned<Name>,
    pub pkg: Spanned<LatentPkgRef>,
    pub decls: Vec<DeclInPkgBodyRef>,
}

A package body.

See IEEE 1076-2008 section 4.8.

Fields

The parent scope.

The package name.

The package which this body targets.

The declarations.

Trait Implementations

impl Debug for PackageBody
[src]

[src]

Formats the value using the given formatter.