xmlAttribute

Type Alias xmlAttribute 

Source
pub type xmlAttribute = _xmlAttribute;

Aliased Type§

#[repr(C)]
pub struct xmlAttribute {
Show 16 fields pub _private: *mut c_void, pub type_: u32, pub name: *const u8, pub children: *mut _xmlNode, pub last: *mut _xmlNode, pub parent: *mut _xmlDtd, pub next: *mut _xmlNode, pub prev: *mut _xmlNode, pub doc: *mut _xmlDoc, pub nexth: *mut _xmlAttribute, pub atype: u32, pub def: u32, pub defaultValue: *const u8, pub tree: *mut _xmlEnumeration, pub prefix: *const u8, pub elem: *const u8,
}

Fields§

§_private: *mut c_void§type_: u32§name: *const u8§children: *mut _xmlNode§last: *mut _xmlNode§parent: *mut _xmlDtd§next: *mut _xmlNode§prev: *mut _xmlNode§doc: *mut _xmlDoc§nexth: *mut _xmlAttribute§atype: u32§def: u32§defaultValue: *const u8§tree: *mut _xmlEnumeration§prefix: *const u8§elem: *const u8