Docs.rs
iced-x86-1.16.0
iced-x86 1.16.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
wtfsck
Dependencies
hashbrown >=0.11.2, <0.13.0
normal
lazy_static ^1.4.0
normal
serde ^1.0.0
normal
static_assertions ^1.1.0
normal
bincode ^1.3.3
dev
serde_json ^1.0.78
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
CodeAsmJna
Required Methods
jna
Implementors
In
iced_x86
::
code_asm
::
asm_traits
?
Trait
iced_x86
::
code_asm
::
asm_traits
::
CodeAsmJna
source
·
[
−
]
pub trait CodeAsmJna<T> { fn
jna
(&mut self, op0: T) ->
Result
<
()
,
IcedError
>; }
Required methods
source
fn
jna
(&mut self, op0: T) ->
Result
<
()
,
IcedError
>
Implementors
source
impl
CodeAsmJna
<
u64
> for
CodeAssembler
source
impl
CodeAsmJna
<
CodeLabel
> for
CodeAssembler