Module libffi::low::types
[−]
[src]
Re-exports the ffi_type objects used to describe the types of
arguments and results.
These are from raw, but are renamed by
removing the ffi_type_ prefix. For example, raw::ffi_type_void
becomes low::types::void.
Statics
| double | |
| float | |
| longdouble | |
| pointer | |
| sint8 | |
| sint16 | |
| sint32 | |
| sint64 | |
| uint8 | |
| uint16 | |
| uint32 | |
| uint64 | |
| void |