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