Module libffi::high::arity4
[−]
[src]
CIF and closure types organized by function arity.
Structs
| Cif4 |
A typed CIF, which statically tracks argument and result types. |
| Closure4 |
An immutable, typed closure with the given argument and result types. |
| ClosureMut4 |
A mutable, typed closure with the given argument and result types. |
| ClosureOnce4 |
A one-shot, typed closure with the given argument and result types. |
Type Definitions
| Callback4 |
The type of function called from an immutable, typed closure. |
| CallbackMut4 |
The type of function called from a mutable, typed closure. |
| CallbackOnce4 |
The type of function called from a one-shot, typed closure. |