Struct libxml::bindings::_xmlOutputBuffer[][src]

#[repr(C)]
pub struct _xmlOutputBuffer { pub context: *mut c_void, pub writecallback: xmlOutputWriteCallback, pub closecallback: xmlOutputCloseCallback, pub encoder: xmlCharEncodingHandlerPtr, pub buffer: xmlBufPtr, pub conv: xmlBufPtr, pub written: c_int, pub error: c_int, }

Fields

Trait Implementations

impl Debug for _xmlOutputBuffer
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlOutputBuffer
[src]

impl Clone for _xmlOutputBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations