Module libffi::high::arity11
[−]
[src]
CIF and closure types organized by function arity.
Structs
Cif11 |
A typed CIF, which statically tracks argument and result types. |
Closure11 |
An immutable, typed closure with the given argument and result types. |
ClosureMut11 |
A mutable, typed closure with the given argument and result types. |
ClosureOnce11 |
A one-shot, typed closure with the given argument and result types. |
Type Definitions
Callback11 |
The type of function called from an immutable, typed closure. |
CallbackMut11 |
The type of function called from a mutable, typed closure. |
CallbackOnce11 |
The type of function called from a one-shot, typed closure. |