Wasmtime
wasmtime::GlobalType Class Reference

Type information about a WebAssembly global. More...

#include <global.hh>

Data Structures

class  Ref
 

Public Member Functions

 GlobalType (ValType ty, bool mut)
 Creates a new global type from the specified value type and mutability.
 
 GlobalType (Ref other)
 Clones a reference into a uniquely owned global type.
 
 GlobalType (const GlobalType &other)
 Copies other type information into this one.
 
GlobalTypeoperator= (const GlobalType &other)
 Copies other type information into this one.
 
 GlobalType (GlobalType &&other)=default
 Moves the underlying type information from another global into this one.
 
GlobalTypeoperator= (GlobalType &&other)=default
 Moves the underlying type information from another global into this one.
 
Refoperator-> ()
 Returns the underlying Ref, a non-owning reference pointing to this instance.
 
Refoperator* ()
 Returns the underlying Ref, a non-owning reference pointing to this instance.
 

Friends

class Global
 

Detailed Description

Type information about a WebAssembly global.


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