Enum web_assembler::ImportKind
[−]
[src]
pub enum ImportKind {
Function(TypeIndex),
Table(TableType),
Memory(MemoryType),
Global(GlobalType),
}Variants
Function(TypeIndex)Table(TableType)Memory(MemoryType)Global(GlobalType)
Trait Implementations
impl Debug for ImportKind[src]
impl Clone for ImportKind[src]
fn clone(&self) -> ImportKind[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