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