Struct libxml::bindings::_xmlNodeSet[][src]

#[repr(C)]
pub struct _xmlNodeSet { pub nodeNr: c_int, pub nodeMax: c_int, pub nodeTab: *mut xmlNodePtr, }

Fields

Trait Implementations

impl Debug for _xmlNodeSet
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlNodeSet
[src]

impl Clone for _xmlNodeSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlNodeSet

impl !Sync for _xmlNodeSet