pub type OnceCell<T> = OnceCell<RawSpinlock, T>;Aliased Type§
struct OnceCell<T>(pub(crate) OnceCell<RawSpinlock, T>);Fields§
§0: OnceCell<RawSpinlock, T>pub type OnceCell<T> = OnceCell<RawSpinlock, T>;struct OnceCell<T>(pub(crate) OnceCell<RawSpinlock, T>);0: OnceCell<RawSpinlock, T>