☰
CodeAsmPsmash
Required Methods
psmash
Implementors
In iced_x86::code_asm::asm_traits
?
Trait
iced_x86
::
code_asm
::
asm_traits
::
CodeAsmPsmash
source
·
[
−
]
pub trait CodeAsmPsmash { fn
psmash
(&mut self) ->
Result
<
()
,
IcedError
>; }
Required Methods
source
fn
psmash
(&mut self) ->
Result
<
()
,
IcedError
>
Implementors
source
impl
CodeAsmPsmash
for
CodeAssembler