Module libffi::high::arity12
[−]
[src]
CIF and closure types organized by function arity.
Structs
Cif12 |
A typed CIF, which statically tracks argument and result types. |
Closure12 |
An immutable, typed closure with the given argument and result types. |
ClosureMut12 |
A mutable, typed closure with the given argument and result types. |
ClosureOnce12 |
A one-shot, typed closure with the given argument and result types. |
Type Definitions
Callback12 |
The type of function called from an immutable, typed closure. |
CallbackMut12 |
The type of function called from a mutable, typed closure. |
CallbackOnce12 |
The type of function called from a one-shot, typed closure. |