Struct sdl2_sys::SDL_atomic_t [] [src]

#[repr(C)]
pub struct SDL_atomic_t { pub value: c_int, }

\brief A type representing an atomic integer value. It is a struct so people don't accidentally use numeric operations on it.

Fields

Trait Implementations

impl Debug for SDL_atomic_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_atomic_t
[src]

impl Clone for SDL_atomic_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more