#[repr(C)]pub struct _xmlBuffer {
pub content: *mut xmlChar,
pub use_: c_uint,
pub size: c_uint,
pub alloc: c_int,
pub contentIO: *mut xmlChar,
}Expand description
Buffer structure. Deprecated in favor of xmlBuf.
Fields§
§content: *mut xmlChar§use_: c_uint§size: c_uint§alloc: c_int§contentIO: *mut xmlCharAuto Trait Implementations§
impl !Send for _xmlBuffer
impl !Sync for _xmlBuffer
impl Freeze for _xmlBuffer
impl RefUnwindSafe for _xmlBuffer
impl Unpin for _xmlBuffer
impl UnsafeUnpin for _xmlBuffer
impl UnwindSafe for _xmlBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more