Struct moore_vhdl_syntax::ast::BlockCompCfg [−][src]
pub struct BlockCompCfg { pub span: Span, pub spec: Spanned<BlockCompSpec>, pub bind: BindingInd, pub decls: Vec<DeclItem>, }
Fields
span: Span
spec: Spanned<BlockCompSpec>
bind: BindingInd
decls: Vec<DeclItem>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BlockCompCfg
impl Send for BlockCompCfg
impl Sync for BlockCompCfg
impl Unpin for BlockCompCfg
impl UnwindSafe for BlockCompCfg
Blanket Implementations
Mutably borrows from an owned value. Read more