Struct wasmi::TableRef [] [src]

pub struct TableRef(_);

Reference to a TableInstance.

This reference has a reference-counting semantics.

Methods from Deref<Target = TableInstance>

[src]

[src]

[src]

[src]

[src]

Get the specific value in the table

[src]

Set the table element to the specified function.

Trait Implementations

impl Clone for TableRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TableRef
[src]

[src]

Formats the value using the given formatter.

impl Deref for TableRef
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.