Skip to main content
atomic_store
core
1.100.0-nightly
(4b7e3a76d 2026-08-30)
In core::
sync::
atomic
core
::
sync
::
atomic
Function
atomic_
store
Copy item path
Source
const unsafe fn atomic_store<T:
Copy
, const VOLATILE:
bool
>( dst:
*mut T
, val: T, order:
Ordering
, )