Skip to main content

AssemblyEmit

Trait AssemblyEmit 

Source
pub trait AssemblyEmit {
    // Required method
    fn dump(
        &mut self,
        address: &Address,
        mnemonic: &CxxString,
        operands: &CxxString,
    );
}

Required Methods§

Source

fn dump( &mut self, address: &Address, mnemonic: &CxxString, operands: &CxxString, )

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§