Struct moore_vhdl_syntax::ast::AttrDecl [−][src]
pub struct AttrDecl { pub id: NodeId, pub span: Span, pub name: Spanned<Name>, pub data: AttrData, }
Fields
id: NodeId
span: Span
name: Spanned<Name>
data: AttrData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttrDecl
impl UnwindSafe for AttrDecl
Blanket Implementations
Mutably borrows from an owned value. Read more