atomic_swap
core
1.93.0-nightly
(07bdbaedc 2025-11-19)
In core::
sync::
atomic
core
::
sync
::
atomic
Function
atomic_
swap
Copy item path
Source
unsafe fn atomic_swap<T:
Copy
>(dst:
*mut T
, val: T, order:
Ordering
) -> T
Available on
target_has_atomic
only.