Skip to main content

RdpidEmitter

Trait RdpidEmitter 

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

RDPID.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpq      |
+---+----------+

Required Methods§

Source

fn rdpid(&mut self, op0: A)

Implementors§