Module deno_libffi::low::types[][src]

Expand description

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