[][src]Module libffi::high::arity6

CIF and closure types organized by function arity.

Structs

Cif6

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

Closure6

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

ClosureMut6

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

ClosureOnce6

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

Type Definitions

Callback6

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

CallbackMut6

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

CallbackOnce6

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