Function sdl2_sys::SDL_AtomicSet
source ยท pub unsafe extern "C" fn SDL_AtomicSet(
a: *mut SDL_atomic_t,
v: c_int,
) -> c_int
Expand description
\brief Set an atomic variable to a value.
\return The previous value of the atomic variable.