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

pub struct VariableInstance<E: UserError> { /* fields omitted */ }

Variable instance.

Methods

impl<E> VariableInstance<E> where
    E: UserError
[src]

New variable instance

New global variable

New global with externally stored value.

Is mutable

Get variable type.

Get the value of the variable instance

Set the value of the variable instance

Trait Implementations

impl<E: Debug + UserError> Debug for VariableInstance<E>
[src]

Formats the value using the given formatter.