pub type ItemId = AtomicCell<Option<NonZeroU64>>;

Aliased Type§

struct ItemId {
    value: UnsafeCell<MaybeUninit<Option<NonZeroU64>>>,
}

Fields§

§value: UnsafeCell<MaybeUninit<Option<NonZeroU64>>>