ffi_cif
version(WithFFI)
extern (
C)
struct ffi_cif {
}
- abi
ffi_abi abi;
Undocumented in source.
- arg_types
ffi_type** arg_types;
Undocumented in source.
- bytes
uint bytes;
Undocumented in source.
- flags
uint flags;
Undocumented in source.
- nargs
uint nargs;
Undocumented in source.
- rtype
ffi_type* rtype;
Undocumented in source.
orelang Util
aliasesenumsfunctionsstatic variablesstructs