Searched defs:WasmStructType (Results 1 – 4 of 4) sorted by relevance
1117 pub struct WasmStructType { struct1122 impl TryClone for WasmStructType { argument1130 impl fmt::Display for WasmStructType { implementation1140 impl TypeTrace for WasmStructType { implementation1273 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()
177 ty: &WasmStructType, in common_struct_layout()
403 pub fn unwrap_struct(&self, ty: ModuleInternedTypeIndex) -> WasmResult<&WasmStructType> { in unwrap_struct()
2052 pub(crate) fn as_wasm_struct_type(&self) -> &WasmStructType { in as_wasm_struct_type()2075 ty: WasmStructType, in from_wasm_struct_type()