Module abi

Module abi 

Source
Expand description

Module containing the Abi abstraction.

Enums§

Abi
The abi or calling convention of a function pointer.

Functions§

key
Returns the value used to designate the given ABI in const generics. For stable or beta builds this returns an u8, while on nightly the Abi instance is returned.
parse
Parse a string into an Abi if known, otherwise returns None.
parse_or_fail
Parse a string into an Abi and panic if unknown.