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