Struct passerine::core::ffi::FFI[][src]

pub struct FFI(_);
Expand description

A foreign functional interface, mapping names to functions, passed to the compiler at the bytecode generation step.

Implementations

Creates a new empty Foreign Functional Interface.

Returns true if the function has already been added to the FFI.

Returns the FFIFunction interned with the provided name.

Tries to merge one FFI into another. If there was a name collision, this function returns an Err(FFI) with the functions that collided.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.