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, )

Implementors§