once_cell
1.20.2
In once_cell::imp::strict
Function
once_cell
::
imp
::
strict
::
map_addr
Copy item path
source
ยท
[
−
]
pub(crate) fn map_addr<T>(ptr:
*mut T
, f: impl
FnOnce
(
usize
) ->
usize
) ->
*mut T
where T:
Sized
,