pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;
Expand description
A generic_once_cell::OnceCell
, initialized using RawInterruptSpinMutex
.
Aliased Typeยง
struct InterruptOnceCell<T>(/* private fields */);
pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;
A generic_once_cell::OnceCell
, initialized using RawInterruptSpinMutex
.
struct InterruptOnceCell<T>(/* private fields */);