Module possibly_uninit::zeroed[][src]

Helpers for zeroing out the memory

Traits

AnyValid

Marker trait declaring that all values of <Self as PtrCount>::Item are valid for Self.

PtrCount

Trait unifying T and [T]

ZeroValid

Trait declaring that overwriting the whole memory location of Self with zeroes produces a valid value.