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