pub type SDL_sem = SDL_semaphore;
Aliased Type§
struct SDL_sem { /* private fields */ }
Trait Implementations
source§impl Clone for SDL_semaphore
impl Clone for SDL_semaphore
source§fn clone(&self) -> SDL_semaphore
fn clone(&self) -> SDL_semaphore
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more