Struct spin::RwLockReadGuard [−][src]
pub struct RwLockReadGuard<'a, T: 'a + ?Sized> { /* fields omitted */ }
A guard from which the protected data can be read
When the guard falls out of scope it will decrement the read count, potentially releasing the lock.
Trait Implementations
impl<'a, T: Debug + 'a + ?Sized> Debug for RwLockReadGuard<'a, T>
[src]
impl<'a, T: Debug + 'a + ?Sized> Debug for RwLockReadGuard<'a, T>
[src]impl<'rwlock, T: ?Sized> Deref for RwLockReadGuard<'rwlock, T>
[src]
impl<'rwlock, T: ?Sized> Deref for RwLockReadGuard<'rwlock, T>
[src]