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