Skip to main content
atomic_swap
core
1.100.0-nightly
(4b7e3a76d 2026-08-30)
In core::
sync::
atomic
core
::
sync
::
atomic
Function
atomic_
swap
Copy item path
Source
const unsafe fn atomic_swap<T:
Copy
>(dst:
*mut T
, val: T, order:
Ordering
) -> T
Available on
target_has_atomic
only.