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

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

Variable instance.

Methods

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

[src]

New variable instance

[src]

New global variable

[src]

New global with externally stored value.

[src]

Is mutable

[src]

Get variable type.

[src]

Get the value of the variable instance

[src]

Set the value of the variable instance

Trait Implementations

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

[src]

Formats the value using the given formatter.