Skip to main content

NonCustomPropertyIdSet

Type Alias NonCustomPropertyIdSet 

Source
pub type NonCustomPropertyIdSet = IdSet<NonCustomPropertyId, { _ }>;
Expand description

A set of non-custom properties.

Aliased Type§

pub struct NonCustomPropertyIdSet {
    storage: [u32; 14],
    _phantom: PhantomData<NonCustomPropertyId>,
}

Fields§

§storage: [u32; 14]§_phantom: PhantomData<NonCustomPropertyId>