Struct moore_vhdl::score::EntityArchTable [] [src]

pub struct EntityArchTable {
    pub ordered: Vec<ArchRef>,
    pub by_name: HashMap<Name, ArchRef>,
}

A table of the architectures associated with an entity.

Fields

Methods

impl EntityArchTable
[src]

Trait Implementations

impl Debug for EntityArchTable
[src]

[src]

Formats the value using the given formatter.