[][src]Module libffi::high::arity3

CIF and closure types organized by function arity.

Structs

Cif3

A typed CIF, which statically tracks argument and result types.

Closure3

An immutable, typed closure with the given argument and result types.

ClosureMut3

A mutable, typed closure with the given argument and result types.

ClosureOnce3

A one-shot, typed closure with the given argument and result types.

Type Definitions

Callback3

The type of function called from an immutable, typed closure.

CallbackMut3

The type of function called from a mutable, typed closure.

CallbackOnce3

The type of function called from a one-shot, typed closure.