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