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