pub type xmlBuffer = _xmlBuffer;Expand description
Buffer type
Aliased Type§
#[repr(C)]pub struct xmlBuffer {
pub content: *mut u8,
pub use_: u32,
pub size: u32,
pub alloc: u32,
pub contentIO: *mut u8,
}Fields§
§content: *mut u8@deprecated Use #xmlBufferContent
The buffer content UTF8
use_: u32@deprecated Use #xmlBufferLength
The buffer size used
size: u32§alloc: u32§contentIO: *mut u8