infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
LargeStruct Struct Reference

A struct larger than 16 bytes, guaranteed to be passed by reference on most ABIs. More...

#include <types.h>

Public Attributes

int a
 
int b
 
int c
 
int d
 
int e
 
int f
 
int data [8]
 

Detailed Description

A struct larger than 16 bytes, guaranteed to be passed by reference on most ABIs.

Member Data Documentation

◆ a

int LargeStruct::a

◆ b

int LargeStruct::b

◆ c

int LargeStruct::c

◆ d

int LargeStruct::d

◆ data

int LargeStruct::data[8]

◆ e

int LargeStruct::e

◆ f

int LargeStruct::f

The documentation for this struct was generated from the following files: