pub type xmlEnumeration = _xmlEnumeration;Aliased Type§
#[repr(C)]pub struct xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const u8,
}Fields§
§next: *mut _xmlEnumeration§name: *const u8pub type xmlEnumeration = _xmlEnumeration;#[repr(C)]pub struct xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const u8,
}next: *mut _xmlEnumeration§name: *const u8