Enum wasmparser::ExternalKind
source · pub enum ExternalKind {
Func,
Table,
Memory,
Global,
Tag,
}
Expand description
External types as defined here.
Variants§
Func
The external kind is a function.
Table
The external kind if a table.
Memory
The external kind is a memory.
Global
The external kind is a global.
Tag
The external kind is a tag.
Trait Implementations§
source§impl Clone for ExternalKind
impl Clone for ExternalKind
source§fn clone(&self) -> ExternalKind
fn clone(&self) -> ExternalKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more