[][src]Struct wasmer_runtime_core::typed_func::S2

#[repr(C)]
pub struct S2<A: WasmExternType, B: WasmExternType>(_, _);

Auto Trait Implementations

impl<A, B> Unpin for S2<A, B> where
    <A as WasmExternType>::Native: Unpin,
    <B as WasmExternType>::Native: Unpin

impl<A, B> Sync for S2<A, B> where
    <A as WasmExternType>::Native: Sync,
    <B as WasmExternType>::Native: Sync

impl<A, B> Send for S2<A, B> where
    <A as WasmExternType>::Native: Send,
    <B as WasmExternType>::Native: Send

impl<A, B> RefUnwindSafe for S2<A, B> where
    <A as WasmExternType>::Native: RefUnwindSafe,
    <B as WasmExternType>::Native: RefUnwindSafe

impl<A, B> UnwindSafe for S2<A, B> where
    <A as WasmExternType>::Native: UnwindSafe,
    <B as WasmExternType>::Native: UnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T