Struct libxml::bindings::_xmlParserInput[][src]

#[repr(C)]
pub struct _xmlParserInput { pub buf: xmlParserInputBufferPtr, pub filename: *const c_char, pub directory: *const c_char, pub base: *const xmlChar, pub cur: *const xmlChar, pub end: *const xmlChar, pub length: c_int, pub line: c_int, pub col: c_int, pub consumed: c_ulong, pub free: xmlParserInputDeallocate, pub encoding: *const xmlChar, pub version: *const xmlChar, pub standalone: c_int, pub id: c_int, }

Fields

Trait Implementations

impl Debug for _xmlParserInput
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlParserInput
[src]

impl Clone for _xmlParserInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations