Struct moore_vhdl_syntax::ast::GenBody [−][src]
pub struct GenBody { pub id: NodeId, pub label: Option<Spanned<Name>>, pub span: Span, pub decls: Vec<DeclItem>, pub stmts: Vec<Stmt>, }
Fields
id: NodeId
label: Option<Spanned<Name>>
span: Span
decls: Vec<DeclItem>
stmts: Vec<Stmt>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GenBody
impl UnwindSafe for GenBody
Blanket Implementations
Mutably borrows from an owned value. Read more