Struct bitflags::__core::sync::RwLockWriteGuard
[−]
[src]
#[must_use]
pub struct RwLockWriteGuard<'a, T> where T: 'a + ?Sized {
// some fields omitted
}
1.0.0RAII structure used to release the exclusive write access of a lock when dropped.