Module libffi::high::arity1
[−]
[src]
CIF and closure types organized by function arity.
Structs
| Cif1 |
A typed CIF, which statically tracks argument and result types. |
| Closure1 |
An immutable, typed closure with the given argument and result types. |
| ClosureMut1 |
A mutable, typed closure with the given argument and result types. |
| ClosureOnce1 |
A one-shot, typed closure with the given argument and result types. |
Type Definitions
| Callback1 |
The type of function called from an immutable, typed closure. |
| CallbackMut1 |
The type of function called from a mutable, typed closure. |
| CallbackOnce1 |
The type of function called from a one-shot, typed closure. |