Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gccjit.Struct
SourceCreate a struct type, with the given name and fields.
Construct a new struct type, with the given name, but without specifying the fields. The fields can be omitted (in which case the size of the struct is not known), or later specified using set_fields
.
Populate the fields of a formerly-opaque struct type.
This can only be called once on a given struct type.