Struct libxml::bindings::_xmlDOMWrapCtxt[][src]

#[repr(C)]
pub struct _xmlDOMWrapCtxt { pub _private: *mut c_void, pub type_: c_int, pub namespaceMap: *mut c_void, pub getNsForNodeFunc: xmlDOMWrapAcquireNsFunction, }

xmlDOMWrapCtxt:

Context for DOM wrapper-operations.

Fields

Trait Implementations

impl Debug for _xmlDOMWrapCtxt
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlDOMWrapCtxt
[src]

impl Clone for _xmlDOMWrapCtxt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations