[][src]Module sunrise_libuser::zero_box

A module that allocates zeroed types on the heap without copying them from the stack first.

This is useful for big types that would otherwise cause a stack overflow.

Structs

ZeroBox

A wrapper around a Box that can initialize itself directly on the heap.

Traits

ZeroInitialized

A marker trait indicating that zero values is a valid representation for this type.