Enum hoodlum::ast::Decl []

pub enum Decl {
    Reg(IdentOption<Expr>),
    RegArray(IdentExprOption<Expr>),
    Let(IdentIdentVec<(Ident, Ident)>),
    On(EdgeRefSeqBlock),
    Always(CombBlock),
}

Variants

Trait Implementations

impl Clone for Decl

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Decl

Formats the value using the given formatter.

impl Eq for Decl

impl PartialEq<Decl> for Decl

impl Hash for Decl

impl Walkable for Decl
[src]

impl ToVerilog for Decl
[src]