Type Alias hermit_sync::InterruptSpinMutexGuard
source · pub type InterruptSpinMutexGuard<'a, T> = MutexGuard<'a, RawInterruptSpinMutex, T>;Expand description
A lock_api::MutexGuard based on RawInterruptSpinMutex.
Aliased Type§
struct InterruptSpinMutexGuard<'a, T> { /* private fields */ }