Expand description
Module containing abi related marker types and traits.
Structs§
- Aapcs
- Type-level marker for the
aapcsabi. - Aapcs
Unwind - Type-level marker for the
aapcs-unwindabi. - C
- Type-level marker for the
Cabi. - CUnwind
- Type-level marker for the
C-unwindabi. - Cdecl
- Type-level marker for the
cdeclabi. - Cdecl
Unwind - Type-level marker for the
cdecl-unwindabi. - EfiApi
- Type-level marker for the
efiapiabi. - Fastcall
- Type-level marker for the
fastcallabi. - Fastcall
Unwind - Type-level marker for the
fastcall-unwindabi. - Rust
- Type-level marker for the
Rustabi. - Stdcall
- Type-level marker for the
stdcallabi. - Stdcall
Unwind - Type-level marker for the
stdcall-unwindabi. - SysV64
- Type-level marker for the
sysv64abi. - SysV64
Unwind - Type-level marker for the
sysv64-unwindabi. - System
- Type-level marker for the
systemabi. - System
Unwind - Type-level marker for the
system-unwindabi. - Thiscall
- Type-level marker for the
thiscallabi. - Thiscall
Unwind - Type-level marker for the
thiscall-unwindabi. - Vectorcall
- Type-level marker for the
vectorcallabi. - Vectorcall
Unwind - Type-level marker for the
vectorcall-unwindabi. - Win64
- Type-level marker for the
win64abi. - Win64
Unwind - Type-level marker for the
win64-unwindabi.
Traits§
- Abi
- Type-level marker trait for function abi.