Type Alias veloren_common::comp::pet::PetId

source ·
pub type PetId = AtomicCell<Option<NonZeroU64>>;

Aliased Type§

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

Fields§

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