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

A simple struct with two doubles (16 bytes). More...

#include <types.h>

Public Attributes

double x
 
double y
 

Detailed Description

A simple struct with two doubles (16 bytes).

Used to test the passing and returning of small, simple aggregates. On SysV x64 and AArch64, this should be passed in two floating-point registers. On Windows x64, it will be passed by reference.

Member Data Documentation

◆ x

double Point::x

◆ y

double Point::y

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