Struct moore_vhdl_syntax::ast::ArchBody [−][src]
pub struct ArchBody {
pub id: NodeId,
pub span: Span,
pub name: Spanned<Name>,
pub target: CompoundName,
pub decls: Vec<DeclItem>,
pub stmts: Vec<Stmt>,
}
Expand description
An architecture body.
Fields
id: NodeId
span: Span
name: Spanned<Name>
target: CompoundName
decls: Vec<DeclItem>
stmts: Vec<Stmt>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArchBody
impl UnwindSafe for ArchBody
Blanket Implementations
Mutably borrows from an owned value. Read more