Expand description
Calling conventions
Structs§
- Aapcs
ARM or AArch64 - The “aapcs” calling convention
- C
- The “C” calling convention
- Cdecl
- The “cdecl” calling convention
- Fast
Call x86 - The “fastcall” calling convention
- Rust
- The “Rust” calling convention
- StdCall
x86 - The “stdcall” calling convention
- System
- The “system” calling convention
- Sysv64
x86-64 - The “sysv64” calling convention
- This
Call x86 - The “thiscall” calling convention
- Win64
Windows and (x86-64 or AArch64) - The “win64” calling convention