Struct libxml::bindings::_xmlXPathObject[][src]

#[repr(C)]
pub struct _xmlXPathObject { pub type_: xmlXPathObjectType, pub nodesetval: xmlNodeSetPtr, pub boolval: c_int, pub floatval: f64, pub stringval: *mut xmlChar, pub user: *mut c_void, pub index: c_int, pub user2: *mut c_void, pub index2: c_int, }

Fields

Trait Implementations

impl Debug for _xmlXPathObject
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlXPathObject
[src]

impl Clone for _xmlXPathObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations