Struct parity_wasm::interpreter::TableInstance [] [src]

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

Table instance.

Methods

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

[src]

New instance of the table

[src]

Return table limits.

[src]

Get variable type for this table.

[src]

Get the specific value in the table

[src]

Set the table value from raw slice

[src]

Set the table from runtime variable value