Enum moore_vhdl_syntax::ast::AttrData [−][src]
pub enum AttrData { Decl(CompoundName), Spec { target: AttrTarget, cls: EntityClass, expr: Expr, }, }
Variants
Tuple Fields of Decl
0: CompoundName
Fields of Spec
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttrData
impl UnwindSafe for AttrData
Blanket Implementations
Mutably borrows from an owned value. Read more