Skip to main content

DghEmitter

Trait DghEmitter 

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

Emits the DGH instruction. Assembly forms: DGH.

Required Methods§

Source

fn dgh(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§