Searched refs:CMutexGuard (Results 1 – 1 of 1) sorted by relevance
92 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock()109 Pin::new_unchecked(CMutexGuard { in lock()126 pub struct CMutexGuard<'a, T> { struct131 impl<T> Drop for CMutexGuard<'_, T> { implementation147 impl<T> Deref for CMutexGuard<'_, T> { implementation156 impl<T> DerefMut for CMutexGuard<'_, T> { implementation
Completed in 14 milliseconds