Docs.rs
  • mv-vm-types-0.2.1
    • mv-vm-types 0.2.1
    • 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.2.0 normal
      • mv-core-types ^0.2.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
    • 22.04% of the crate is documented
  • This release has been yanked, 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
  • 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_schedule::GasStatus
  • 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_schedule::NativeCostIndex
  • loaded_data::runtime_types::Type
  • natives::function::StatusCode
  • values::values_impl::GlobalValueEffect
  • values::values_impl::IntegerValue

Traits

  • data_store::DataStore
  • values::values_impl::VMValueCast

Macros

  • pop_arg

Functions

  • gas_schedule::bytecode_instruction_costs
  • gas_schedule::calculate_intrinsic_gas
  • gas_schedule::new_from_instructions
  • gas_schedule::zero_cost_instruction_table
  • gas_schedule::zero_cost_schedule
  • natives::function::native_gas
  • values::values_impl::debug::print_locals
  • values::values_impl::debug::print_reference
  • values::values_impl::debug::print_value

Typedefs

  • natives::function::PartialVMResult

Statics

  • gas_schedule::INITIAL_COST_SCHEDULE

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