Returns a reference to the underlying lock-guard.
impl<'a, T> MutexGuard<'a, T> { fn as_lock_guard(&self) -> &LockGuard<'a> }