Searched defs:with_addr (Results 1 – 6 of 6) sorted by relevance
51 fn with_addr(self, addr: Self::Usize) -> Self; in with_addr() method125 fn with_addr(self, addr: Self::Usize) -> Self { in with_addr() function
48 fn with_addr(self, addr: Self::Usize) -> Self; in with_addr() method120 fn with_addr(self, addr: Self::Usize) -> Self { in with_addr() function
270 pub(crate) fn with_addr<T>(ptr: *mut T, addr: usize) -> *mut T in with_addr() function
286 pub fn with_addr(self, addr: NonZeroUsize) -> Self { in with_addr() method
258 pub fn with_addr(self, addr: usize) -> Self { in with_addr() method
263 pub fn with_addr(self, addr: usize) -> Self { in with_addr() method