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>