Module unsafe_pinned

Source

Structsยง

UnsafePinnedExperimental
This type provides a way to opt-out of typical aliasing rules; specifically, &mut UnsafePinned<T> is not guaranteed to be a unique pointer.