Enum moore_vhdl_syntax::ast::DesignUnitData [−][src]
pub enum DesignUnitData {
EntityDecl(EntityDecl),
CfgDecl(CfgDecl),
PkgDecl(PkgDecl),
PkgInst(PkgInst),
CtxDecl(CtxDecl),
ArchBody(ArchBody),
PkgBody(PkgBody),
}
Variants
EntityDecl(EntityDecl)
Tuple Fields of EntityDecl
0: EntityDecl
CfgDecl(CfgDecl)
Tuple Fields of CfgDecl
0: CfgDecl
PkgDecl(PkgDecl)
Tuple Fields of PkgDecl
0: PkgDecl
PkgInst(PkgInst)
Tuple Fields of PkgInst
0: PkgInst
CtxDecl(CtxDecl)
Tuple Fields of CtxDecl
0: CtxDecl
ArchBody(ArchBody)
Tuple Fields of ArchBody
0: ArchBody
PkgBody(PkgBody)
Tuple Fields of PkgBody
0: PkgBody
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 DesignUnitData
impl Send for DesignUnitData
impl Sync for DesignUnitData
impl Unpin for DesignUnitData
impl UnwindSafe for DesignUnitData
Blanket Implementations
Mutably borrows from an owned value. Read more