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)
CfgDecl(CfgDecl)
PkgDecl(PkgDecl)
PkgInst(PkgInst)
CtxDecl(CtxDecl)
ArchBody(ArchBody)
PkgBody(PkgBody)
Trait Implementations
impl Clone for DesignUnitData
[src]
fn clone(&self) -> DesignUnitData
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DesignUnitData
[src]
impl PartialEq for DesignUnitData
[src]
fn eq(&self, __arg_0: &DesignUnitData) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DesignUnitData) -> bool
[src]
This method tests for !=
.
impl Eq for DesignUnitData
[src]
impl Encodable for DesignUnitData
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[src]
Serialize a value using an Encoder
.