[][src]Struct moore_vhdl::score::ProcessStmtRef

pub struct ProcessStmtRef(_);

Trait Implementations

impl Clone for ProcessStmtRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> Codegen<ProcessStmtRef, Entity> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl Copy for ProcessStmtRef[src]

impl Debug for ProcessStmtRef[src]

impl Eq for ProcessStmtRef[src]

impl From<ProcessStmtRef> for ScopeRef[src]

impl From<ProcessStmtRef> for ConcStmtRef[src]

impl Hash for ProcessStmtRef[src]

impl Into<NodeId> for ProcessStmtRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<ProcessStmtRef, &'ctx HashMap<ResolvableName, Vec<Spanned<Def>>, RandomState>> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

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

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

impl NodeRef for ProcessStmtRef[src]

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

type Node = (ScopeRef, &'ast Stmt)

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

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

type Node = &'ctx ProcessStmt

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

impl Ord for ProcessStmtRef[src]

impl PartialEq<ProcessStmtRef> for ProcessStmtRef[src]

impl PartialOrd<ProcessStmtRef> for ProcessStmtRef[src]

impl StructuralEq for ProcessStmtRef[src]

impl StructuralPartialEq for ProcessStmtRef[src]

impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<ProcessStmtRef> 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.