pub type EnumerationIdent = PropertyIdent;Expand description
Identifier used to identify enumerations in the
EnumerationMetaVariants
structure.
Aliased Type§
pub struct EnumerationIdent {
pub ns: NamespaceId,
pub name: Name,
}Fields§
§ns: NamespaceIdNamespace the type is defined in
name: NameName of the type.