[][src]Trait sunrise_libuser::zero_box::ZeroInitialized

pub unsafe trait ZeroInitialized { }

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

Used by ZeroBox to safely allocate zeroed types on the heap.

Implementors

Loading content...