Home
last modified time | relevance | path

Searched defs:byte_offset_from (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/ptr/
Dconst_ptr.rs713 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
Dmut_ptr.rs883 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method