Wasmtime
wasmtime_structref Struct Reference

A WebAssembly structref value. More...

#include <gc.h>

Data Fields

uint64_t store_id
 Internal metadata.
 
uint32_t __private1
 Internal to Wasmtime.
 
uint32_t __private2
 Internal to Wasmtime.
 
void * __private3
 Internal to Wasmtime.
 

Detailed Description

A WebAssembly structref value.

This structure represents a reference to a GC struct. It is a subtype of eqref and anyref.

Values must be explicitly unrooted via wasmtime_structref_unroot.


The documentation for this struct was generated from the following file: