Docs.rs
corevm-engine-0.1.22-rc.6
corevm-engine 0.1.22-rc.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
gavofyork
polkajam-crate-owner
Dependencies
blake2b_simd ^1
normal
jam-codec ^0.1.0
normal
corevm-host ^0.1.22-rc.6
normal
jam-program-blob ^0.1.22-rc.6
normal
jam-pvm-common ^0.1.22-rc.6
normal
jam-types ^0.1.22-rc.6
normal
log ^0.4.22
normal
polkavm ^0.24.0
normal
thiserror ^2.0
normal
corevm-memory-test-bin ^0.1.22-rc.6
dev
corevm-memory-test-common ^0.1.22-rc.6
dev
corevm-prime-sieve-bin ^0.1.22-rc.6
dev
corevm-video-test-bin ^0.1.22-rc.6
dev
corevm-video-test-common ^0.1.22-rc.6
dev
env_logger ^0.10
dev
rand ^0.9
dev
schnellru ^0.2.3
dev
static_assertions ^1.1.0
dev
corevm-memory-test-bin ^0.1.22-rc.6
build
corevm-prime-sieve-bin ^0.1.22-rc.6
build
corevm-video-test-bin ^0.1.22-rc.6
build
Versions
20%
of the crate is documented
Go to latest stable release
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
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
corevm_
engine
0.1.22-rc.6
SetReturn
Value
Required Methods
set_return_value
Implementations on Foreign Types
()
bool
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In crate corevm_
engine
corevm_engine
Trait
SetReturnValue
Copy item path
Source
pub trait SetReturnValue { // Required method fn
set_return_value
(self, args: &mut
InvokeArgs
); }
Required Methods
§
Source
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Implementations on Foreign Types
§
Source
§
impl
SetReturnValue
for
bool
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
i8
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
i16
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
i32
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
i64
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
u8
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
u16
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
u32
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
u64
Source
§
fn
set_return_value
(self, args: &mut
InvokeArgs
)
Source
§
impl
SetReturnValue
for
()
Source
§
fn
set_return_value
(self, _args: &mut
InvokeArgs
)
Implementors
§