Struct wasmi::FuncRef[][src]

pub struct FuncRef(_);

Reference to a function (See FuncInstance for details).

This reference has a reference-counting semantics.

Methods from Deref<Target = FuncInstance>

Returns signature of this function instance.

This function instance can only be called with matching signatures.

Trait Implementations

impl Clone for FuncRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FuncRef
[src]

Formats the value using the given formatter. Read more

impl Deref for FuncRef
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Send for FuncRef

impl !Sync for FuncRef