Crate ptr_union

source ·
Expand description

Pointer union types the size of a pointer by storing the tag in the alignment bits.

Structs

A builder for Union2.
A builder for Union4.
A builder for Union8.
A builder for Union16.
A pointer union of two pointer types.
A pointer union of four pointer types.
A pointer union of eight pointer types.
A pointer union of up to sixteen pointer types.

Enums

An unpacked version of Union2.
An unpacked version of Union4.
An unpacked version of Union4.
An unpacked version of Union8.