Enum web_assembler::ExportKind
[−]
[src]
pub enum ExportKind {
Function(FunctionIndex),
Table(TableIndex),
Memory(MemoryIndex),
Global(GlobalIndex),
}Variants
Function(FunctionIndex)Table(TableIndex)Memory(MemoryIndex)Global(GlobalIndex)
Trait Implementations
impl Debug for ExportKind[src]
impl Clone for ExportKind[src]
fn clone(&self) -> ExportKind[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