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