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