Struct libxml::bindings::_xmlShellCtxt[][src]

#[repr(C)]
pub struct _xmlShellCtxt { pub filename: *mut c_char, pub doc: xmlDocPtr, pub node: xmlNodePtr, pub pctxt: xmlXPathContextPtr, pub loaded: c_int, pub output: *mut FILE, pub input: xmlShellReadlineFunc, }

Fields

Trait Implementations

impl Debug for _xmlShellCtxt
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlShellCtxt
[src]

impl Clone for _xmlShellCtxt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlShellCtxt

impl !Sync for _xmlShellCtxt