Struct moore_vhdl_syntax::ast::DisconSpec [−][src]
pub struct DisconSpec { pub span: Span, pub target: DisconTarget, pub ty: CompoundName, pub after: Expr, }
Fields
span: Span
target: DisconTarget
ty: CompoundName
after: 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 DisconSpec
impl Send for DisconSpec
impl Sync for DisconSpec
impl Unpin for DisconSpec
impl UnwindSafe for DisconSpec
Blanket Implementations
Mutably borrows from an owned value. Read more