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