Macros§
- arch_
struct_ with_ union - Initializes the given fields of a struct or union and returns the union as a
ArchSpecificUnionContainer. - arch_
union_ wrapper - Build the wrapper type around a UABI specific union.
- struct_
with_ union_ into_ bytes - Initializes the given fields of a struct or union and returns the bytes of the resulting object as a byte array.
Enums§
- Arch
Specific Union Container - Container that contains a union type that differs depending on the 32 vs 64 bit architecture.