Module libffi::high::arity5 [] [src]

CIF and closure types organized by function arity.

Structs

Cif5

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

Closure5

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

ClosureMut5

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

ClosureOnce5

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

Type Definitions

Callback5

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

CallbackMut5

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

CallbackOnce5

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