struct NonZeroPtr<T>(/* */)
where T: ?Sized,| 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 |