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 */ }
pub type InterruptMutexGuard<'a, I, T> = MutexGuard<'a, RawInterruptMutex<I>, T>;
A lock_api::MutexGuard
based on RawInterruptMutex
.
struct InterruptMutexGuard<'a, I, T> { /* private fields */ }