Struct lock_wrappers::RwLockReadGuard [] [src]

#[must_use]
pub struct RwLockReadGuard<'a, L: RawRwLock + 'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, L: RawRwLock + 'a, T: 'a> Drop for RwLockReadGuard<'a, L, T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, L: RawRwLock + 'a, T: 'a> Deref for RwLockReadGuard<'a, L, T>
[src]

The resulting type after dereferencing

The method called to dereference a value