Type Alias xmlRef

Source
pub type xmlRef = _xmlRef;

Aliased Type§

#[repr(C)]
pub struct xmlRef { pub next: *mut _xmlRef, pub value: *const u8, pub attr: *mut _xmlAttr, pub name: *const u8, pub lineno: i32, }

Fields§

§next: *mut _xmlRef§value: *const u8§attr: *mut _xmlAttr§name: *const u8§lineno: i32