Struct parity_wasm::interpreter::VariableInstance [] [src]

pub struct VariableInstance { /* fields omitted */ }

Variable instance.

Methods

impl VariableInstance
[src]

New variable instance

New global variable

Get the value of the variable instance

Set the value of the variable instance

Trait Implementations

impl Debug for VariableInstance
[src]

Formats the value using the given formatter.

impl Clone for VariableInstance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more