[−][src]Struct kernel::spinlock::WeakMutexGuard
Fields
mutex: &'a Mutex<T>Implementations
impl<'a, T: ?Sized> WeakMutexGuard<'a, T>[src]
pub fn into_guard(self) -> MutexGuard<'a, T>[src]
Temporarily unlock Mutex by obtaining a weak guard