A struct represents a C struct.
More...
Detailed Description
A struct represents a C struct.
Function Documentation
Get the size of the struct
- Parameters:
-
i | The struct to get the size from |
- Returns:
- The size of the struct
Get the list of fields from a struct
- Parameters:
-
i | The struct to get the fields from |
- Returns:
- The list of fields. Use ender_item_unref to free every item on the list
Get the list of functions from a struct
- Parameters:
-
i | The struct to get the functions from |
- Returns:
- The list of functions. Use ender_item_unref to free every item on the list