xmlEnumeration

Type Alias xmlEnumeration 

Source
pub type xmlEnumeration = _xmlEnumeration;
Expand description

xmlEnumeration:

List structure used when there is an enumeration in DTDs.

Aliased Type§

#[repr(C)]
pub struct xmlEnumeration { pub next: *mut _xmlEnumeration, pub name: *const u8, }

Fields§

§next: *mut _xmlEnumeration§name: *const u8