Skip to main content

SetleEmitter

Trait SetleEmitter 

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

SETLE.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo    |
| 2 | Mem      |
+---+----------+

Required Methods§

Source

fn setle(&mut self, op0: A)

Implementors§