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
Tuple Fields of EntityDecl
0: EntityDecl
Tuple Fields of CfgDecl
0: CfgDecl
Tuple Fields of PkgDecl
0: PkgDecl
Tuple Fields of PkgInst
0: PkgInst
Tuple Fields of CtxDecl
0: CtxDecl
Tuple Fields of ArchBody
0: ArchBody
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