Enum parity_wasm::interpreter::ExportEntryType
[−]
[src]
pub enum ExportEntryType<'a> {
Any,
Function(FunctionSignature<'a>),
Global(VariableType),
}Deprecated since 0.23
: Use wasmi crate to interpret wasm
Export type.
Variants
AnyDeprecated since 0.23
: Use wasmi crate to interpret wasm
Any type.
Function(FunctionSignature<'a>)Deprecated since 0.23
: Use wasmi crate to interpret wasm
Type of function.
Global(VariableType)Deprecated since 0.23
: Use wasmi crate to interpret wasm
Type of global.
Trait Implementations
impl<'a> Debug for ExportEntryType<'a>[src]
impl<'a> Clone for ExportEntryType<'a>[src]
fn clone(&self) -> ExportEntryType<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more