Home
last modified time | relevance | path

Searched defs:WasmStructType (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs1117 pub struct WasmStructType { struct
1122 impl TryClone for WasmStructType { argument
1130 impl fmt::Display for WasmStructType { implementation
1140 impl TypeTrace for WasmStructType { implementation
1273 pub fn as_struct(&self) -> Option<&WasmStructType> { in as_struct()
1281 pub fn unwrap_struct(&self) -> &WasmStructType { in unwrap_struct()
1442 pub fn as_struct(&self) -> Option<&WasmStructType> { in as_struct()
1451 pub fn unwrap_struct(&self) -> &WasmStructType { in unwrap_struct()
2489 fn convert_struct_type(&self, ty: &wasmparser::StructType) -> WasmResult<WasmStructType> { in convert_struct_type()
H A Dgc.rs177 ty: &WasmStructType, in common_struct_layout()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_types.rs403 pub fn unwrap_struct(&self, ty: ModuleInternedTypeIndex) -> WasmResult<&WasmStructType> { in unwrap_struct()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs2052 pub(crate) fn as_wasm_struct_type(&self) -> &WasmStructType { in as_wasm_struct_type()
2075 ty: WasmStructType, in from_wasm_struct_type()