[][src]Module static_alloc::uninit

Safe abstractions around pointing at uninitialized memory without references.

It is potentially UB to have references to uninitialized memory even if such a reference is not 'used' in any particular manner. See the discussion of the unsafe working group.

Structs

Uninit

Points to an uninitialized place but would otherwise be a valid reference.

UninitView

A non-mutable view on a region used in an Uninit.