Feature gate: #![feature(ptr_mask)]
This is a tracking issue for <*const T>::mask and <*mut T>::mask methods that allow masking pointers.
Public API
impl<T: ?Sized> *const T {
pub fn mask(self, mask: usize) -> *const T;
}
impl<T: ?Sized> *mut T {
pub fn mask(self, mask: usize) -> *mut T;
}
Steps / History
Unresolved Questions
Feature gate:
#![feature(ptr_mask)]This is a tracking issue for
<*const T>::maskand<*mut T>::maskmethods that allow masking pointers.Public API
Steps / History
Unresolved Questions