pub type xmlEnumeration = _xmlEnumeration;Expand description
xmlEnumeration:
List structure used when there is an enumeration in DTDs.
Aliased Type§
struct xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const u8,
}Fields§
§next: *mut _xmlEnumeration§name: *const u8