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