Enum moore_vhdl_syntax::ast::IntfDecl [−][src]
pub enum IntfDecl { TypeDecl(TypeDecl), SubprogSpec(IntfSubprogDecl), PkgInst(PkgInst), ObjDecl(IntfObjDecl), }
Expand description
An interface declaration.
Variants
Tuple Fields of TypeDecl
0: TypeDecl
Tuple Fields of SubprogSpec
Tuple Fields of PkgInst
0: PkgInst
Tuple Fields of ObjDecl
0: IntfObjDecl
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 IntfDecl
impl UnwindSafe for IntfDecl
Blanket Implementations
Mutably borrows from an owned value. Read more