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