Struct cranelift_wasm::wasmparser::types::ModuleInstanceType
source · pub struct ModuleInstanceType {
pub kind: ModuleInstanceTypeKind,
/* private fields */
}
Expand description
Represents a module instance type.
Fields§
§kind: ModuleInstanceTypeKind
The kind of module instance type.
Trait Implementations§
source§impl Clone for ModuleInstanceType
impl Clone for ModuleInstanceType
source§fn clone(&self) -> ModuleInstanceType
fn clone(&self) -> ModuleInstanceType
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