Module possibly_uninit::deref_markers[][src]

Traits used for marking safety properties of Deref and DerefMut

Traits

SameDataDeref

An unsafe marker trait for types that deref to the same data. (Not necessarily stored at the same memory address.)

StableDeref

An unsafe marker trait for types that deref to a stable address, even when moved.