Skip to main content

atomic_store

Function atomic_store 

Source
const unsafe fn atomic_store<T: Copy, const VOLATILE: bool>(
    dst: *mut T,
    val: T,
    order: Ordering,
)