Struct sdl2_sys::SDL_semaphore
source · #[repr(C)]pub struct SDL_semaphore { /* 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 moreimpl Copy for SDL_semaphore
Auto Trait Implementations§
impl Freeze for SDL_semaphore
impl RefUnwindSafe for SDL_semaphore
impl Send for SDL_semaphore
impl Sync for SDL_semaphore
impl Unpin for SDL_semaphore
impl UnwindSafe for SDL_semaphore
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more