Skip to main content

PopfqEmitter

Trait PopfqEmitter 

Source
pub trait PopfqEmitter {
    // Required method
    fn popfq(&mut self);
}
Expand description

Emits POPFQ.

Assembly forms: popfq.

Required Methods§

Source

fn popfq(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§