Function sdl2_sys::SDL_AtomicSet [] [src]

pub unsafe extern "C" fn SDL_AtomicSet(a: *mut SDL_atomic_t, v: c_int) -> c_int

\brief Set an atomic variable to a value.

\return The previous value of the atomic variable.