core
1.88.0-nightly-4824c2bb7-2025-05-02
Module unsafe_
pinned
Module Items
Structs
In core::
pin
core
::
pin
Module
unsafe_pinned
Copy item path
Source
Structs
ยง
Unsafe
Pinned
Experimental
This type provides a way to opt-out of typical aliasing rules; specifically,
&mut UnsafePinned<T>
is not guaranteed to be a unique pointer.