Trait implementation lrs::ptr::NonZeroPtr::Deref

Objects that implement the immutable dereference operator.

Syntax

impl<T> Deref for NonZeroPtr<T>
    where T: ?Sized,
{
    type Target = *const T;
}