pub trait CmplexaddEmitter<T0, T1, T2> {
// Required method
fn cmplexadd(&mut self, dst: T0, dst2: T1, src: T2);
}Expand description
Emits CMPLEXADD.
Assembly forms: cmplexadd X:my, ry, ry.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".