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