Function std::intrinsics::ptr_offset_from[][src]

pub const unsafe extern "rust-intrinsic" fn ptr_offset_from<T>(
    ptr: *const T,
    base: *const T
) -> isize
🔬 This is a nightly-only experimental API. (core_intrinsics)

intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library

Expand description

有关详细信息,请参见 <*const T>::offset_from 的文档。