Docs.rs
  • mv-vm-types-0.3.2
    • mv-vm-types 0.3.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dondidlc
    • Dependencies
      • bcs ^0.1.2 normal
      • mv-binary-format ^0.3.0 normal
      • mv-core-types ^0.3.0 normal
      • once_cell ^1.7.2 normal
      • proptest ^1.0.0 normal
      • serde ^1.0.124 normal
      • smallvec ^1.6.1 normal
      • proptest ^1.0.0 dev
    • Versions
    • 15.77% of the crate is documented
  • This release has been yanked
  • 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
logo

logo

Crate move_vm_types

logo
Change settings

List of all items

Structs

  • gas::UnmeteredGasMeter
  • loaded_data::runtime_types::CachedStructIndex
  • loaded_data::runtime_types::StructType
  • natives::function::NativeResult
  • natives::function::PartialVMError
  • values::values_impl::GlobalValue
  • values::values_impl::Locals
  • values::values_impl::Reference
  • values::values_impl::SignerRef
  • values::values_impl::Struct
  • values::values_impl::StructRef
  • values::values_impl::Value
  • values::values_impl::Vector
  • values::values_impl::VectorRef

Enums

  • gas::SimpleInstruction
  • loaded_data::runtime_types::Type
  • natives::function::StatusCode
  • values::values_impl::IntegerValue

Traits

  • data_store::DataStore
  • gas::GasMeter
  • values::values_impl::VMValueCast
  • views::TypeView
  • views::ValueView

Macros

  • pop_arg

Functions

  • values::values_impl::debug::print_locals
  • values::values_impl::debug::print_reference
  • values::values_impl::debug::print_value

Typedefs

  • natives::function::InternalGas
  • natives::function::PartialVMResult

Constants

  • loaded_data::runtime_types::TYPE_DEPTH_MAX
  • values::values_impl::INDEX_OUT_OF_BOUNDS
  • values::values_impl::POP_EMPTY_VEC
  • values::values_impl::VEC_UNPACK_PARITY_MISMATCH