[][src]Crate ptr_union

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

Structs

Union2

A pointer union of two pointer types.

Union4

A pointer union of three or four pointer types.

UnionBuilder

A builder for pointer unions that enforces correct alignment.

Enums

Enum2

An unpacked version of Union2.

Enum4

An unpacked version of Union4.