7ENUM(PS_TYPE_I8,
_STRING(PS_PRIM_TYxPE_I8) "-type", "C")
18ENUM(PS_TYPE_UNIT, "unit-type", "u")
19ENUM(PS_TYPE_TUPLE, "tuple-type", "
T")
21ENUM(PS_TYPE_STRUCT, "struct-type", "")
22ENUM(PS_TYPE_ENUM, "enum-type", "")
23ENUM(PS_TYPE_TRAIT, "trait-type", "")
24ENUM(PS_TYPE_UNRESOLVED, "unresolved-type", "")
Custom enum definitions with associated data.