pub trait LoopeEmitter<T0, T1> {
// Required method
fn loope(&mut self, target: T0, target2: T1);
}Expand description
Emits LOOPE.
Assembly forms: loope <cx>, rel8, loope <ecx>, rel8, loope <rcx>, rel8.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".