[][src]Struct moore_vhdl::score::ArchTable

pub struct ArchTable {
    pub by_arch: HashMap<ArchRef, EntityRef>,
    pub by_entity: HashMap<EntityRef, EntityArchTable>,
}

A table of the architectures in a library, and how they relate to the entities.

Fields

by_arch: HashMap<ArchRef, EntityRef>by_entity: HashMap<EntityRef, EntityArchTable>

Methods

impl ArchTable
[src]

pub fn new() -> ArchTable
[src]

Trait Implementations

impl Debug for ArchTable
[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LibRef, &'ctx ArchTable> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>
[src]

Auto Trait Implementations

impl Send for ArchTable

impl Sync for ArchTable

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]