Struct marine::Marine[][src]

pub struct Marine { /* fields omitted */ }
Expand description

The base struct of Marine, the Fluence compute runtime.

Implementations

Invoke a function of a module inside Marine by given function name with given arguments.

Load a new module inside Marine.

Unload previously loaded module.

Return function signatures of all loaded info Marine modules with their names.

Return function signatures exported by module with given name.

Return record types exported by module with given name.

Return record type for supplied record id exported by module with given name.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

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.