Struct std::sync::rwlock::RwLockWriteGuard
[−]
[src]
pub struct RwLockWriteGuard<'a, T: ?Sized + 'a> {
inner: &'a Mutex<RwLockInner>,
data: &'a UnsafeCell<T>,
}A write guard (returned by .write())
Fields
inner | |
data |