class ffi.Type
Available on all platforms
A native type.
Class Fields
static function createStruct(elements:Array<Type>):Type
Creates a struct with the specified elements
| elements | The elements of the struct. |
| returns | The struct type created. |