[][src]Struct kernel::spinlock::WeakMutexGuard

pub struct WeakMutexGuard<'a, T: ?Sized + 'a> {
    mutex: &'a Mutex<T>,
}

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