Skip to main content

SetaEmitter

Trait SetaEmitter 

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

SETA.

Supported operand variants:

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

Required Methods§

Source

fn seta(&mut self, op0: A)

Implementors§