pub type xmlNs = _xmlNs;Aliased Type§
#[repr(C)]pub struct xmlNs {
pub next: *mut _xmlNs,
pub type_: u32,
pub href: *const u8,
pub prefix: *const u8,
pub _private: *mut c_void,
pub context: *mut _xmlDoc,
}Fields§
§next: *mut _xmlNs§type_: u32§href: *const u8§prefix: *const u8§_private: *mut c_void§context: *mut _xmlDoc