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