Skip to main content

PushfdEmitter

Trait PushfdEmitter 

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

Emits PUSHFD.

Assembly forms: pushfd.

Required Methods§

Source

fn pushfd(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§