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