Struct moore_vhdl::hir::Lib [] [src]

pub struct Lib {
    pub entities: Vec<EntityRef>,
    pub cfgs: Vec<CfgRef>,
    pub pkg_decls: Vec<PkgDeclRef>,
    pub pkg_insts: Vec<PkgInstRef>,
    pub ctxs: Vec<CtxRef>,
    pub archs: Vec<ArchRef>,
    pub pkg_bodies: Vec<PkgBodyRef>,
}

Fields

Methods

impl Lib
[src]

[src]

Trait Implementations

impl Debug for Lib
[src]

[src]

Formats the value using the given formatter.