Struct parity_wasm::builder::TypeRefBuilder [−][src]
pub struct TypeRefBuilder<F = Identity> { /* fields omitted */ }
Type (signature) reference builder (for function/import/indirect call)
Implementations
impl<F> TypeRefBuilder<F> where
F: Invoke<u32>,
[src]
impl<F> TypeRefBuilder<F> where
F: Invoke<u32>,
[src]Auto Trait Implementations
impl<F> RefUnwindSafe for TypeRefBuilder<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for TypeRefBuilder<F> where
F: Send,
F: Send,
impl<F> Sync for TypeRefBuilder<F> where
F: Sync,
F: Sync,
impl<F> Unpin for TypeRefBuilder<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for TypeRefBuilder<F> where
F: UnwindSafe,
F: UnwindSafe,