Struct moore_vhdl_syntax::ast::Subprog [−][src]
pub struct Subprog { pub id: NodeId, pub span: Span, pub spec: SubprogSpec, pub data: SubprogData, }
Fields
id: NodeId
span: Span
spec: SubprogSpec
data: SubprogData
Trait Implementations
Obtain a span which can be used to refer to this node in error messages
presented to humans. This will generally be the name for things like
entities, processes, and variables. Defaults to return whatever span()
returns. Read more
Auto Trait Implementations
impl RefUnwindSafe for Subprog
impl UnwindSafe for Subprog
Blanket Implementations
Mutably borrows from an owned value. Read more