std::intrinsics

Function ptr_offset_from

Source
pub const unsafe fn ptr_offset_from<T>(_ptr: *const T, _base: *const T) -> isize
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

See documentation of <*const T>::offset_from for details.