Struct std::sync::RWLockReadGuardStable [-]  [+] [src]

pub struct RWLockReadGuard<'a, T: 'a> {
    // some fields omitted
}

RAII structure used to release the shared read access of a lock when dropped.

Trait Implementations

impl<'rwlock, T> Deref<T> for RWLockReadGuard<'rwlock, T>

fn deref(&self) -> &T

impl<'a, T> Drop for RWLockReadGuard<'a, T>

fn drop(&mut self)