Struct moore_vhdl_syntax::ast::IntfObjDecl [−][src]
pub struct IntfObjDecl { pub kind: IntfObjKind, pub span: Span, pub names: Vec<Ident>, pub mode: Option<IntfMode>, pub ty: SubtypeInd, pub bus: bool, pub default: Option<Expr>, }
Expand description
An interface object declaration.
Fields
kind: IntfObjKind
span: Span
names: Vec<Ident>
mode: Option<IntfMode>
ty: SubtypeInd
bus: bool
default: Option<Expr>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IntfObjDecl
impl Send for IntfObjDecl
impl Sync for IntfObjDecl
impl Unpin for IntfObjDecl
impl UnwindSafe for IntfObjDecl
Blanket Implementations
Mutably borrows from an owned value. Read more