Struct libxml::bindings::_xmlXPathAxis[][src]

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

Fields

Trait Implementations

impl Debug for _xmlXPathAxis
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlXPathAxis
[src]

impl Clone for _xmlXPathAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlXPathAxis

impl !Sync for _xmlXPathAxis