xmlNodeSet

Type Alias xmlNodeSet 

Source
pub type xmlNodeSet = _xmlNodeSet;

Aliased Type§

#[repr(C)]
pub struct xmlNodeSet { pub nodeNr: i32, pub nodeMax: i32, pub nodeTab: *mut *mut _xmlNode, }

Fields§

§nodeNr: i32§nodeMax: i32§nodeTab: *mut *mut _xmlNode