Struct moore_vhdl_syntax::ast::CtxDecl [−][src]
pub struct CtxDecl { pub id: NodeId, pub span: Span, pub name: Spanned<Name>, pub items: Vec<CtxItem>, }
Expand description
A context declaration.
Fields
id: NodeId
span: Span
name: Spanned<Name>
items: Vec<CtxItem>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CtxDecl
impl UnwindSafe for CtxDecl
Blanket Implementations
Mutably borrows from an owned value. Read more