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