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>

[src]

Returns signature of this function instance.

This function instance can only be called with matching signatures.

Trait Implementations

impl Clone for FuncRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FuncRef
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for FuncRef
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Send for FuncRef

impl !Sync for FuncRef