Enum moore_svlog::hir::AssignKind [−][src]
Expand description
The different forms an assignment can take.
Variants
Block(AssignOp)
A blocking assignment.
Tuple Fields of Block
0: AssignOp
A non-blocking assignment.
NonblockDelay(NodeId)
A non-blocking assignment with delay.
Tuple Fields of NonblockDelay
0: NodeId
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 AssignKind
impl Send for AssignKind
impl Sync for AssignKind
impl Unpin for AssignKind
impl UnwindSafe for AssignKind
Blanket Implementations
Mutably borrows from an owned value. Read more