Type Alias hermit_sync::RwSpinLockWriteGuard
source · pub type RwSpinLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinLock, T>;Expand description
A lock_api::RwLockWriteGuard based on RawRwSpinLock.
pub type RwSpinLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinLock, T>;A lock_api::RwLockWriteGuard based on RawRwSpinLock.