Struct moore_vhdl_syntax::ast::AliasDecl [−][src]
pub struct AliasDecl { pub id: NodeId, pub span: Span, pub name: PrimaryName, pub subtype: Option<SubtypeInd>, pub target: CompoundName, }
Expand description
An alias declaration.
Fields
id: NodeId
span: Span
name: PrimaryName
subtype: Option<SubtypeInd>
target: CompoundName
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AliasDecl
impl UnwindSafe for AliasDecl
Blanket Implementations
Mutably borrows from an owned value. Read more