Module ffi_closure::cc

source ·
Expand description

Calling conventions

Structs§

  • AapcsARM or AArch64
    The “aapcs” calling convention
  • The “C” calling convention
  • The “cdecl” calling convention
  • The “fastcall” calling convention
  • The “Rust” calling convention
  • The “stdcall” calling convention
  • The “system” calling convention
  • Sysv64x86-64
    The “sysv64” calling convention
  • The “thiscall” calling convention
  • Win64Windows and (x86-64 or AArch64)
    The “win64” calling convention

Traits§