Struct rustrt::exclusive::ExclusiveGuard[src]
pub struct ExclusiveGuard<'a, T> {
// some fields omitted
}An RAII guard returned via lock
pub struct ExclusiveGuard<'a, T> {
// some fields omitted
}An RAII guard returned via lock
impl<'a, T: Send> ExclusiveGuard<'a, T>impl<'a, T: Send> Deref<T> for ExclusiveGuard<'a, T>fn deref<'a>(&'a self) -> &'a Timpl<'a, T: Send> DerefMut<T> for ExclusiveGuard<'a, T>fn deref_mut<'a>(&'a mut self) -> &'a mut T
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).