Struct spin::RwLockWriteGuard
[−]
[src]
pub struct RwLockWriteGuard<'a, T: 'a> {
// some fields omitted
}A guard to which the protected data can be written
When the guard falls out of scope it will release the lock.