Struct moore_vhdl_syntax::ast::DesignUnit [−][src]
pub struct DesignUnit { pub id: NodeId, pub ctx: Vec<CtxItem>, pub data: DesignUnitData, }
Expand description
A design unit. Multiple design units make up a design file. Each unit consists of an optional context clause followed by a primary or secondary unit.
Fields
id: NodeId
ctx: Vec<CtxItem>
data: DesignUnitData
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DesignUnit
impl Send for DesignUnit
impl Sync for DesignUnit
impl Unpin for DesignUnit
impl UnwindSafe for DesignUnit
Blanket Implementations
Mutably borrows from an owned value. Read more