Struct hoodlum::ast::Entity []

pub struct Entity(pub Ident, pub Vec<(Ident, Dir, Option<i32>)>, pub Vec<Decl>);

Trait Implementations

impl Clone for Entity

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entity

Formats the value using the given formatter.

impl Eq for Entity

impl PartialEq<Entity> for Entity

impl Hash for Entity

impl Walkable for Entity
[src]

impl ToVerilog for Entity
[src]