[][src]Module libffi::high::arity9

CIF and closure types organized by function arity.

Structs

Cif9

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

Closure9

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

ClosureMut9

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

ClosureOnce9

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

Type Definitions

Callback9

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

CallbackMut9

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

CallbackOnce9

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