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
sint16
sint32
sint64
sint8
uint16
uint32
uint64
uint8
void