Struct sync::raw::RWLockReadGuard[src]
pub struct RWLockReadGuard<'a> {
// some fields omitted
}An RAII helper which is created by acquiring a read lock on an RWLock. When dropped, this will unlock the RWLock.
pub struct RWLockReadGuard<'a> {
// some fields omitted
}An RAII helper which is created by acquiring a read lock on an RWLock. When dropped, this will unlock the RWLock.
impl<'a> Drop for RWLockReadGuard<'a>fn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).