Docs.rs
iced-x86-1.21.0
iced-x86 1.21.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
wtfsck
Dependencies
lazy_static ^1.4.0
normal
optional
serde ^1.0.16
normal
optional
bincode ^1.3.3
dev
serde_json ^1.0.78
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
iced_
x86
1.21.0
Code
AsmSysret
Required Methods
sysret
Implementors
In iced_
x86::
code_
asm::
asm_
traits
iced_x86
::
code_asm
::
asm_traits
Trait
CodeAsmSysret
Copy item path
Source
pub trait CodeAsmSysret { // Required method fn
sysret
(&mut self) ->
Result
<
()
,
IcedError
>; }
Required Methods
§
Source
fn
sysret
(&mut self) ->
Result
<
()
,
IcedError
>
Implementors
§
Source
§
impl
CodeAsmSysret
for
CodeAssembler