Skip to main content

SetnsEmitter

Trait SetnsEmitter 

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

SETNS.

Supported operand variants:

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

Required Methods§

Source

fn setns(&mut self, op0: A)

Implementors§