#[repr(C)]pub struct _xmlSaveCtxt {
pub buf: *mut _xmlOutputBuffer,
pub options: c_int,
pub format: c_int,
pub no_decl: c_int,
pub no_empty: c_int,
pub indent: *mut xmlChar,
pub escape: Option<xmlCharEncodingOutputFunc>,
pub attrEscape: Option<xmlCharEncodingOutputFunc>,
}Expand description
Candidate-internal save context (opaque upstream).
Fields§
§buf: *mut _xmlOutputBuffer§options: c_int§format: c_int§no_decl: c_int§no_empty: c_int§indent: *mut xmlChar§escape: Option<xmlCharEncodingOutputFunc>§attrEscape: Option<xmlCharEncodingOutputFunc>Auto Trait Implementations§
impl !Send for _xmlSaveCtxt
impl !Sync for _xmlSaveCtxt
impl Freeze for _xmlSaveCtxt
impl RefUnwindSafe for _xmlSaveCtxt
impl Unpin for _xmlSaveCtxt
impl UnsafeUnpin for _xmlSaveCtxt
impl UnwindSafe for _xmlSaveCtxt
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