Searched defs:structref (Results 1 – 6 of 6) sorted by relevance
18 mod structref; module
11 mod structref; module
9 mod structref; module
339 let structref = store in new_unchecked() localVariable471 structref: &'a StructRef, in _fields() field512 fn structref<'a>(&self, store: &'a AutoAssertNoGc<'_>) -> Result<&'a VMStructRef> { in structref() method564 let structref = self.structref(store)?.unchecked_copy(); in _field() localVariable613 let structref = self.structref(&store)?.unchecked_copy(); in _set_field() localVariable
664 let structref = structref.and_then(|s| s.as_wasmtime()); in wasmtime_structref_clone() localVariable706 let structref = structref in wasmtime_structref_field() localVariable728 let structref = structref in wasmtime_structref_set_field() localVariable
1093 let structref = StructRef::new_async(&mut cx, &struct_pre, &[]).await?; in async_gc_with_func_new_and_func_wrap() localVariable