Struct libxml::bindings::_xmlXPathVariable[][src]

#[repr(C)]
pub struct _xmlXPathVariable { pub name: *const xmlChar, pub value: xmlXPathObjectPtr, }

Fields

Trait Implementations

impl Debug for _xmlXPathVariable
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlXPathVariable
[src]

impl Clone for _xmlXPathVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations