Struct qutex::ReadGuard
[−]
[src]
pub struct ReadGuard<T> { /* fields omitted */ }Methods
impl<T> ReadGuard<T>[src]
fn unlock(self) -> QrwLock<T>
Releases the lock held by this ReadGuard and returns the original QrwLock.
Trait Implementations
impl<T> Deref for ReadGuard<T>[src]
type Target = T
The resulting type after dereferencing
fn deref(&self) -> &T
The method called to dereference a value