Skip to main content

InEmitter

Trait InEmitter 

Source
pub trait InEmitter {
    // Required method
    fn in(&mut self);
}
Expand description

IN.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | (none)   |
+---+----------+

Required Methods§

Source

fn in(&mut self)

Implementors§

Source§

impl<'a> InEmitter for Assembler<'a>