Skip to main content

Loop1Emitter

Trait Loop1Emitter 

Source
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§

Source

fn loop_1(&mut self, target: T0)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§