pub type RwSpinLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinLock, T>;
Expand description
A lock_api::RwLockWriteGuard
based on RawRwSpinLock
.
Aliased Typeยง
struct RwSpinLockWriteGuard<'a, T> { /* private fields */ }
pub type RwSpinLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinLock, T>;
A lock_api::RwLockWriteGuard
based on RawRwSpinLock
.
struct RwSpinLockWriteGuard<'a, T> { /* private fields */ }