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