Struct libxml::bindings::_xmlParserInputBuffer[][src]

#[repr(C)]
pub struct _xmlParserInputBuffer { pub context: *mut c_void, pub readcallback: xmlInputReadCallback, pub closecallback: xmlInputCloseCallback, pub encoder: xmlCharEncodingHandlerPtr, pub buffer: xmlBufPtr, pub raw: xmlBufPtr, pub compressed: c_int, pub error: c_int, pub rawconsumed: c_ulong, }

Fields

Trait Implementations

impl Debug for _xmlParserInputBuffer
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlParserInputBuffer
[src]

impl Clone for _xmlParserInputBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations