Skip to main content

Module abi

Module abi 

Source
Expand description

Module containing abi related marker types and traits.

Structs§

Aapcs
Type-level marker for the aapcs abi.
AapcsUnwind
Type-level marker for the aapcs-unwind abi.
C
Type-level marker for the C abi.
CUnwind
Type-level marker for the C-unwind abi.
Cdecl
Type-level marker for the cdecl abi.
CdeclUnwind
Type-level marker for the cdecl-unwind abi.
EfiApi
Type-level marker for the efiapi abi.
Fastcall
Type-level marker for the fastcall abi.
FastcallUnwind
Type-level marker for the fastcall-unwind abi.
Rust
Type-level marker for the Rust abi.
Stdcall
Type-level marker for the stdcall abi.
StdcallUnwind
Type-level marker for the stdcall-unwind abi.
SysV64
Type-level marker for the sysv64 abi.
SysV64Unwind
Type-level marker for the sysv64-unwind abi.
System
Type-level marker for the system abi.
SystemUnwind
Type-level marker for the system-unwind abi.
Thiscall
Type-level marker for the thiscall abi.
ThiscallUnwind
Type-level marker for the thiscall-unwind abi.
Vectorcall
Type-level marker for the vectorcall abi.
VectorcallUnwind
Type-level marker for the vectorcall-unwind abi.
Win64
Type-level marker for the win64 abi.
Win64Unwind
Type-level marker for the win64-unwind abi.

Traits§

Abi
Type-level marker trait for function abi.