Struct parity_wasm::builder::ExportInternalBuilder [−][src]
pub struct ExportInternalBuilder<F = Identity> { /* fields omitted */ }
Internal mapping builder for export entry
Implementations
impl<F> ExportInternalBuilder<F> where
F: Invoke<Internal>,
[src]
impl<F> ExportInternalBuilder<F> where
F: Invoke<Internal>,
[src]pub fn with_callback(callback: F) -> Self
[src]
New export entry internal mapping for the chained context
pub fn func(self, index: u32) -> F::Result
[src]
Map to function by index
pub fn memory(self, index: u32) -> F::Result
[src]
Map to memory
pub fn table(self, index: u32) -> F::Result
[src]
Map to table
pub fn global(self, index: u32) -> F::Result
[src]
Map to global
Auto Trait Implementations
impl<F> RefUnwindSafe for ExportInternalBuilder<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for ExportInternalBuilder<F> where
F: Send,
F: Send,
impl<F> Sync for ExportInternalBuilder<F> where
F: Sync,
F: Sync,
impl<F> Unpin for ExportInternalBuilder<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for ExportInternalBuilder<F> where
F: UnwindSafe,
F: UnwindSafe,