A buffer used when creating a new Arc.
struct ArcBuf<T, Heap = Libc>
where Heap: Allocator,
T: Leak,
{
/* private fields */
}| Receiver | Name | Description |
|---|---|---|
self | set | Stores a value in the buffer, creating a real |
| Name | Description |
|---|---|
| Drop | Objects with a destructor. |
| Send | Objects whose ownership can be moved from one thread to another. |
| Sync | Objects that allow immutable access from threads other than their owning thread. |