pub trait NgcsEmitter<T0, T1> {
// Required method
fn ngcs(&mut self, rd: T0, rm: T1);
}Expand description
Emits the NGCS instruction.
Assembly forms: NGCS WD, WM; NGCS XD, XM.
Operands: rd, rm.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".