Struct libxml::bindings::_xmlLocationSet[][src]

#[repr(C)]
pub struct _xmlLocationSet { pub locNr: c_int, pub locMax: c_int, pub locTab: *mut xmlXPathObjectPtr, }

Fields

Trait Implementations

impl Debug for _xmlLocationSet
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlLocationSet
[src]

impl Clone for _xmlLocationSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations