[][src]Struct wasmer_runtime_core_asml_fork::typed_func::S8

#[repr(C)]pub struct S8<A, B, C, D, E, F, G, H>(_, _, _, _, _, _, _, _)
where
    A: WasmExternType,
    B: WasmExternType,
    C: WasmExternType,
    D: WasmExternType,
    E: WasmExternType,
    F: WasmExternType,
    G: WasmExternType,
    H: WasmExternType
;

Struct for typed funcs.

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H> RefUnwindSafe for S8<A, B, C, D, E, F, G, H> where
    <A as WasmExternType>::Native: RefUnwindSafe,
    <B as WasmExternType>::Native: RefUnwindSafe,
    <C as WasmExternType>::Native: RefUnwindSafe,
    <D as WasmExternType>::Native: RefUnwindSafe,
    <E as WasmExternType>::Native: RefUnwindSafe,
    <F as WasmExternType>::Native: RefUnwindSafe,
    <G as WasmExternType>::Native: RefUnwindSafe,
    <H as WasmExternType>::Native: RefUnwindSafe

impl<A, B, C, D, E, F, G, H> Send for S8<A, B, C, D, E, F, G, H> where
    <A as WasmExternType>::Native: Send,
    <B as WasmExternType>::Native: Send,
    <C as WasmExternType>::Native: Send,
    <D as WasmExternType>::Native: Send,
    <E as WasmExternType>::Native: Send,
    <F as WasmExternType>::Native: Send,
    <G as WasmExternType>::Native: Send,
    <H as WasmExternType>::Native: Send

impl<A, B, C, D, E, F, G, H> Sync for S8<A, B, C, D, E, F, G, H> where
    <A as WasmExternType>::Native: Sync,
    <B as WasmExternType>::Native: Sync,
    <C as WasmExternType>::Native: Sync,
    <D as WasmExternType>::Native: Sync,
    <E as WasmExternType>::Native: Sync,
    <F as WasmExternType>::Native: Sync,
    <G as WasmExternType>::Native: Sync,
    <H as WasmExternType>::Native: Sync

impl<A, B, C, D, E, F, G, H> Unpin for S8<A, B, C, D, E, F, G, H> where
    <A as WasmExternType>::Native: Unpin,
    <B as WasmExternType>::Native: Unpin,
    <C as WasmExternType>::Native: Unpin,
    <D as WasmExternType>::Native: Unpin,
    <E as WasmExternType>::Native: Unpin,
    <F as WasmExternType>::Native: Unpin,
    <G as WasmExternType>::Native: Unpin,
    <H as WasmExternType>::Native: Unpin

impl<A, B, C, D, E, F, G, H> UnwindSafe for S8<A, B, C, D, E, F, G, H> where
    <A as WasmExternType>::Native: UnwindSafe,
    <B as WasmExternType>::Native: UnwindSafe,
    <C as WasmExternType>::Native: UnwindSafe,
    <D as WasmExternType>::Native: UnwindSafe,
    <E as WasmExternType>::Native: UnwindSafe,
    <F as WasmExternType>::Native: UnwindSafe,
    <G as WasmExternType>::Native: UnwindSafe,
    <H as WasmExternType>::Native: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.