Skip to main content

UmwaitEmitter

Trait UmwaitEmitter 

Source
pub trait UmwaitEmitter<A> {
    // Required method
    fn umwait(&mut self, op0: A);
}
Expand description

UMWAIT.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpd      |
+---+----------+

Required Methods§

Source

fn umwait(&mut self, op0: A)

Implementors§