struct OwnedPtr<T>
where T: ?Sized,
{
/* private fields */
}| Name | Description |
|---|---|
| new |
| Name | Description |
|---|---|
| Copy | Objects that can safely be copied via |
| Deref | Objects that implement the immutable dereference operator. |
| Eq | Objects that implement the binary |
| Ord | Objects that are part of a total order. |
| PartialOrd | Objects that implement the binary |
| 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. |
| UndefState | Types that are not valid when they contain certain bit patterns. |