Functionsยง
- man_
drop_ mut - Gets a reference to the contents of a
ManuallyDrop
. - man_
drop_ ref - Gets a reference to the contents of a
ManuallyDrop
. - nonnull_
from - Converts
&T
or&mut T
intoNonNull<T>
.
ManuallyDrop
.ManuallyDrop
.&T
or &mut T
into NonNull<T>
.