Enum cranelift_wasm::wasmparser::ModuleArgKind
source · pub enum ModuleArgKind {
Instance(u32),
}
Expand description
Represents the kind of argument when instantiating a WebAssembly module.
Variants§
Trait Implementations§
source§impl Clone for ModuleArgKind
impl Clone for ModuleArgKind
source§fn clone(&self) -> ModuleArgKind
fn clone(&self) -> ModuleArgKind
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