#[repr(C)]pub struct SDL_mutex { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDL_mutex
impl RefUnwindSafe for SDL_mutex
impl Send for SDL_mutex
impl Sync for SDL_mutex
impl Unpin for SDL_mutex
impl UnwindSafe for SDL_mutex
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