Searched refs:CMutexGuard (Results 1 – 1 of 1) sorted by relevance
89 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock()105 Pin::new_unchecked(CMutexGuard { in lock()122 pub struct CMutexGuard<'a, T> { struct127 impl<T> Drop for CMutexGuard<'_, T> { argument140 impl<T> Deref for CMutexGuard<'_, T> { implementation149 impl<T> DerefMut for CMutexGuard<'_, T> { implementation