Type Alias kernel::sync::OnceCell

source ·
pub type OnceCell<T> = OnceCell<RawSpinlock, T>;

Aliased Type§

struct OnceCell<T>(pub(crate) OnceCell<RawSpinlock, T>);

Fields§

§0: OnceCell<RawSpinlock, T>