Type Definition nstd_sys::mutex::NSTDMutexGuard
source · pub type NSTDMutexGuard<'m, 'a> = Box<MutexGuard<'m, NSTDHeapPtr<'a>>>;Available on crate feature
nstd_mutex only.Expand description
A guard providing access to a mutex’s protected data.