Trait wasmtime::WasmTy [−][src]
pub unsafe trait WasmTy { }
A trait implemented for types which can be arguments to closures passed to
Func::wrap
and friends.
This trait should not be implemented by user types. This trait may change at any time internally. The types which implement this trait, however, are stable over time.
For more information see Func::wrap
Implementations on Foreign Types
impl WasmTy for ()
[src]
impl WasmTy for ()
[src]type Abi = Self
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(_abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(_tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(_ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(_abi: Self::Abi, _ptr: *mut u128)
[src]
impl WasmTy for i32
[src]
impl WasmTy for i32
[src]type Abi = Self
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for u32
[src]
impl WasmTy for u32
[src]type Abi = <i32 as WasmTy>::Abi
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for i64
[src]
impl WasmTy for i64
[src]type Abi = Self
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for u64
[src]
impl WasmTy for u64
[src]type Abi = <i64 as WasmTy>::Abi
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for f32
[src]
impl WasmTy for f32
[src]type Abi = Self
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for f64
[src]
impl WasmTy for f64
[src]type Abi = Self
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, _store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for Option<ExternRef>
[src]
impl WasmTy for Option<ExternRef>
[src]type Abi = *mut u8
fn compatible_with_store<'a>(&self, _store: WeakStore<'a>) -> bool
[src]
fn into_abi_for_arg<'a>(self, store: WeakStore<'a>) -> Self::Abi
[src]
unsafe fn from_abi<'a>(abi: Self::Abi, _store: WeakStore<'a>) -> Self
[src]
fn valtype() -> Option<ValType>
[src]
fn matches(tys: impl Iterator<Item = ValType>) -> Result<()>
[src]
unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi
[src]
unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128)
[src]
impl WasmTy for Option<Func>
[src]
impl WasmTy for Option<Func>
[src]