Struct moore_vhdl_syntax::ast::CfgSpec [−][src]
pub struct CfgSpec { pub span: Span, pub spec: Spanned<BlockCompSpec>, pub bind: BindingInd, pub vunits: Vec<()>, }
Fields
span: Span
spec: Spanned<BlockCompSpec>
bind: BindingInd
vunits: Vec<()>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CfgSpec
impl UnwindSafe for CfgSpec
Blanket Implementations
Mutably borrows from an owned value. Read more