xmlShellCtxt

Type Alias xmlShellCtxt 

Source
pub type xmlShellCtxt = _xmlShellCtxt;

Aliased Type§

#[repr(C)]
pub struct xmlShellCtxt { pub filename: *mut i8, pub doc: *mut _xmlDoc, pub node: *mut _xmlNode, pub pctxt: *mut _xmlXPathContext, pub loaded: i32, pub output: *mut __sFILE, pub input: Option<unsafe extern "C" fn(*mut i8) -> *mut i8>, }

Fields§

§filename: *mut i8§doc: *mut _xmlDoc§node: *mut _xmlNode§pctxt: *mut _xmlXPathContext§loaded: i32§output: *mut __sFILE§input: Option<unsafe extern "C" fn(*mut i8) -> *mut i8>