|
Wasmtime
|
Describes the type and mutability of a struct field or array element. More...
#include <structref.h>
Data Fields | |
| bool | mutable_ |
| wasmtime_storage_type_t | storage |
| The type stored in this field. | |
Describes the type and mutability of a struct field or array element.
| bool wasmtime_field_type::mutable_ |
Whether this field is mutable. true for mutable, false for immutable.