pub type xmlBuffer = _xmlBuffer;Expand description
xmlBuffer:
A buffer structure, this old construct is limited to 2GB and is being deprecated, use API with xmlBuf instead
Aliased Type§
struct xmlBuffer {
pub content: *mut u8,
pub use_: u32,
pub size: u32,
pub alloc: u32,
pub contentIO: *mut u8,
}Fields§
§content: *mut u8§use_: u32§size: u32§alloc: u32§contentIO: *mut u8