Objects that implement the immutable dereference operator.
impl<T> Deref for NonZeroPtr<T> where T: ?Sized, { type Target = *const T; }