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