Module union

Module union 

Source

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§

ArchSpecificUnionContainer
Container that contains a union type that differs depending on the 32 vs 64 bit architecture.