Type Alias spinning_top::guard::RwSpinlockWriteGuard
source · pub type RwSpinlockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinlock<Spin>, T>;
Expand description
A lock_api::RwLockWriteGuard
based on RawRwSpinlock
.
Aliased Type§
struct RwSpinlockWriteGuard<'a, T> { /* private fields */ }