Struct libxml::bindings::_xmlBuffer[][src]

#[repr(C)]
pub struct _xmlBuffer { pub content: *mut xmlChar, pub use_: c_uint, pub size: c_uint, pub alloc: xmlBufferAllocationScheme, pub contentIO: *mut xmlChar, }

Fields

Trait Implementations

impl Debug for _xmlBuffer
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlBuffer
[src]

impl Clone for _xmlBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlBuffer

impl !Sync for _xmlBuffer