Skip to main content
atomic_load
core
1.96.0-nightly
(38c0de8dc 2026-02-28)
In core::
sync::
atomic
core
::
sync
::
atomic
Function
atomic_
load
Copy item path
Source
unsafe fn atomic_load<T:
Copy
>(dst:
*const T
, order:
Ordering
) -> T