Skip to main content

TilezeroEmitter

Trait TilezeroEmitter 

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

TILEZERO.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Tmm      |
+---+----------+

Required Methods§

Source

fn tilezero(&mut self, op0: A)

Implementors§