Docs.rs
fuel-asm-0.1.0
fuel-asm 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
fuel-types ^0.1
normal
serde ^1.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Word
Trait Implementations
From<InstructionResult>
From<OpcodeRepr>
From<PanicReason>
Other items in
fuel_asm
?
Type Definition
fuel_asm
::
Word
[
−
]
[src]
pub type Word =
u64
;
Expand description
Register value type
Trait Implementations
[src]
impl
From
<
InstructionResult
> for
Word
[src]
fn
from
(r:
InstructionResult
) ->
Word
Performs the conversion.
[src]
impl
From
<
OpcodeRepr
> for
Word
[src]
fn
from
(i:
OpcodeRepr
) ->
Word
Performs the conversion.
[src]
impl
From
<
PanicReason
> for
Word
[src]
fn
from
(i:
PanicReason
) ->
Word
Performs the conversion.