pub type xmlBuffer = _xmlBuffer;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§use_: u32§size: u32§alloc: u32§contentIO: *mut u8