Struct libxml::bindings::_xmlXPathType[][src]

#[repr(C)]
pub struct _xmlXPathType { pub name: *const xmlChar, pub func: xmlXPathConvertFunc, }

Fields

Trait Implementations

impl Debug for _xmlXPathType
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlXPathType
[src]

impl Clone for _xmlXPathType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlXPathType

impl !Sync for _xmlXPathType