Wasmtime
wasmtime_field_type Struct Reference

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.
 

Detailed Description

Describes the type and mutability of a struct field or array element.

Field Documentation

◆ mutable_

bool wasmtime_field_type::mutable_

Whether this field is mutable. true for mutable, false for immutable.


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