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