Struct moore_vhdl_syntax::ast::PkgInst [−][src]
pub struct PkgInst {
pub id: NodeId,
pub span: Span,
pub name: Spanned<Name>,
pub target: CompoundName,
pub generics: Option<ParenElems>,
}
Expand description
A package instantiation declaration.
Fields
id: NodeId
span: Span
name: Spanned<Name>
target: CompoundName
generics: Option<ParenElems>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PkgInst
impl UnwindSafe for PkgInst
Blanket Implementations
Mutably borrows from an owned value. Read more