allocator_
api2
0.2.21
Module unique
Module Items
Structs
In allocator_
api2::
stable
allocator_api2
::
stable
Module
unique
Copy item path
Source
Structs
ยง
Unique
๐
A wrapper around a raw non-null
*mut T
that indicates that the possessor of this wrapper owns the referent. Useful for building abstractions like
Box<T>
,
Vec<T>
,
String
, and
HashMap<K, V>
.