Returns a reference to the underlying mutex.
impl<'a, T> MutexGuard<'a, T> { fn as_mutex(&self) -> &'a Mutex<T> }