Home
last modified time | relevance | path

Searched defs:RwLockWriteGuard (Results 1 – 1 of 1) sorted by relevance

/webrtc/util/src/sync/
H A Dmod.rs85 pub struct RwLockWriteGuard<'a, T>(sync::RwLockWriteGuard<'a, T>); struct
87 impl<'a, T> ops::Deref for RwLockWriteGuard<'a, T> { implementation
95 impl<'a, T> ops::DerefMut for RwLockWriteGuard<'a, T> { implementation