Objects that implement the binary <, <=, >, and >= operators.
<
<=
>
>=
impl<T> PartialOrd<NonZeroPtr<T>> for NonZeroPtr<T>