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