Function nstd_sys::mutex::nstd_mutex_get_mut
source · #[no_mangle]
pub extern "C" fn nstd_mutex_get_mut(
guard: &mut NSTDMutexGuard<'_, '_>
) -> NSTDAnyMutAvailable on crate feature
nstd_mutex only.Expand description
Returns a mutable pointer to a mutex’s raw data.
Parameters:
NSTDMutexGuard *guard- A handle to the mutex’s protected data.
Returns
NSTDAnyMut data - A mutable pointer to the mutex’s data.