Skip to main content

InEmitter_2

Trait InEmitter_2 

Source
pub trait InEmitter_2<A, B> {
    // Required method
    fn in_2(&mut self, op0: A, op1: B);
}
Expand description

IN.

Supported operand variants:

+---+------------+
| # | Operands   |
+---+------------+
| 1 | GpbLo, Imm |
| 2 | Gpd, Imm   |
| 3 | Gpq, Imm   |
| 4 | Gpw, Imm   |
+---+------------+

Required Methods§

Source

fn in_2(&mut self, op0: A, op1: B)

Implementors§