[][src]Struct moore_vhdl::score::PkgInstRef

pub struct PkgInstRef(_);

Trait Implementations

impl Clone for PkgInstRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> Codegen<PkgInstRef, ()> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl Copy for PkgInstRef[src]

impl Debug for PkgInstRef[src]

impl Eq for PkgInstRef[src]

impl From<PkgInstRef> for Def[src]

impl From<PkgInstRef> for PkgRef[src]

impl From<PkgInstRef> for DeclInPkgRef[src]

impl From<PkgInstRef> for DeclInPkgBodyRef[src]

impl From<PkgInstRef> for DeclInSubprogRef[src]

impl From<PkgInstRef> for DeclInBlockRef[src]

impl From<PkgInstRef> for DeclInProcRef[src]

impl Hash for PkgInstRef[src]

impl Into<NodeId> for PkgInstRef[src]

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

impl NodeRef for PkgInstRef[src]

impl<'ast> NodeStorage<PkgInstRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgInst)

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<PkgInstRef> for HirTable<'ctx>[src]

type Node = &'ctx PackageInst

The type of the node that is returned when presented with an ID of type I. Read more

impl Ord for PkgInstRef[src]

impl PartialEq<PkgInstRef> for PkgInstRef[src]

impl PartialOrd<PkgInstRef> for PkgInstRef[src]

impl StructuralEq for PkgInstRef[src]

impl StructuralPartialEq for PkgInstRef[src]

impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<PkgInstRef> for TypeckContext<'sbc, 'lazy, 'sb, 'ast, 'ctx>[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.