Docs.rs
  • dharitri-wasm-0.10.6
    • dharitri-wasm 0.10.6
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Battula-anil-app-could
    • Dependencies
      • bitflags ^1.3.2 normal
      • dharitri-codec =0.3.9 normal
      • dharitri-wasm-derive =0.10.6 normal
      • git-version ^0.3.5 normal
      • hashbrown ^0.11.2 normal
      • hex-literal ^0.3.1 normal
      • num-traits ^0.2 normal
      • wee_alloc ^0.4 normal
    • Versions
    • 21.67% 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

dharitri_wasm0.10.6

HandleTypeInfo

Required Associated Types

  • BigFloatHandle
  • BigIntHandle
  • EllipticCurveHandle
  • ManagedBufferHandle

Implementors

In dharitri_wasm::api

?
Change settings

Trait dharitri_wasm::api::HandleTypeInfo

source ·
pub trait HandleTypeInfo {
    type ManagedBufferHandle: HandleConstraints;
    type BigIntHandle: HandleConstraints;
    type BigFloatHandle: HandleConstraints;
    type EllipticCurveHandle: HandleConstraints;
}

Required Associated Types§

source

type ManagedBufferHandle: HandleConstraints

source

type BigIntHandle: HandleConstraints

source

type BigFloatHandle: HandleConstraints

source

type EllipticCurveHandle: HandleConstraints

Implementors§

source§

impl HandleTypeInfo for PanickingErrorApi

§

type ManagedBufferHandle = i32

§

type BigIntHandle = i32

§

type BigFloatHandle = i32

§

type EllipticCurveHandle = i32

source§

impl HandleTypeInfo for PanickingErrorApiImpl

§

type ManagedBufferHandle = i32

§

type BigIntHandle = i32

§

type BigFloatHandle = i32

§

type EllipticCurveHandle = i32

source§

impl HandleTypeInfo for UncallableApi

§

type ManagedBufferHandle = i32

§

type BigIntHandle = i32

§

type BigFloatHandle = i32

§

type EllipticCurveHandle = i32

source§

impl<A> HandleTypeInfo for ExternalViewApi<A>
where A: VMApi,

§

type ManagedBufferHandle = <A as HandleTypeInfo>::ManagedBufferHandle

§

type BigIntHandle = <A as HandleTypeInfo>::BigIntHandle

§

type BigFloatHandle = <A as HandleTypeInfo>::BigFloatHandle

§

type EllipticCurveHandle = <A as HandleTypeInfo>::EllipticCurveHandle