Struct libxml::bindings::_xmlParserNodeInfoSeq[][src]

#[repr(C)]
pub struct _xmlParserNodeInfoSeq { pub maximum: c_ulong, pub length: c_ulong, pub buffer: *mut xmlParserNodeInfo, }

Fields

Trait Implementations

impl Debug for _xmlParserNodeInfoSeq
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlParserNodeInfoSeq
[src]

impl Clone for _xmlParserNodeInfoSeq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations