Struct libxml::bindings::_xmlGlobalState[][src]

#[repr(C)]pub struct _xmlGlobalState {
    pub xmlParserVersion: *const c_char,
    pub xmlDefaultSAXLocator: xmlSAXLocator,
    pub xmlDefaultSAXHandler: xmlSAXHandlerV1,
    pub docbDefaultSAXHandler: xmlSAXHandlerV1,
    pub htmlDefaultSAXHandler: xmlSAXHandlerV1,
    pub xmlFree: xmlFreeFunc,
    pub xmlMalloc: xmlMallocFunc,
    pub xmlMemStrdup: xmlStrdupFunc,
    pub xmlRealloc: xmlReallocFunc,
    pub xmlGenericError: xmlGenericErrorFunc,
    pub xmlStructuredError: xmlStructuredErrorFunc,
    pub xmlGenericErrorContext: *mut c_void,
    pub oldXMLWDcompatibility: c_int,
    pub xmlBufferAllocScheme: xmlBufferAllocationScheme,
    pub xmlDefaultBufferSize: c_int,
    pub xmlSubstituteEntitiesDefaultValue: c_int,
    pub xmlDoValidityCheckingDefaultValue: c_int,
    pub xmlGetWarningsDefaultValue: c_int,
    pub xmlKeepBlanksDefaultValue: c_int,
    pub xmlLineNumbersDefaultValue: c_int,
    pub xmlLoadExtDtdDefaultValue: c_int,
    pub xmlParserDebugEntities: c_int,
    pub xmlPedanticParserDefaultValue: c_int,
    pub xmlSaveNoEmptyTags: c_int,
    pub xmlIndentTreeOutput: c_int,
    pub xmlTreeIndentString: *const c_char,
    pub xmlRegisterNodeDefaultValue: xmlRegisterNodeFunc,
    pub xmlDeregisterNodeDefaultValue: xmlDeregisterNodeFunc,
    pub xmlMallocAtomic: xmlMallocFunc,
    pub xmlLastError: xmlError,
    pub xmlParserInputBufferCreateFilenameValue: xmlParserInputBufferCreateFilenameFunc,
    pub xmlOutputBufferCreateFilenameValue: xmlOutputBufferCreateFilenameFunc,
    pub xmlStructuredErrorContext: *mut c_void,
}

Fields

xmlParserVersion: *const c_charxmlDefaultSAXLocator: xmlSAXLocatorxmlDefaultSAXHandler: xmlSAXHandlerV1docbDefaultSAXHandler: xmlSAXHandlerV1htmlDefaultSAXHandler: xmlSAXHandlerV1xmlFree: xmlFreeFuncxmlMalloc: xmlMallocFuncxmlMemStrdup: xmlStrdupFuncxmlRealloc: xmlReallocFuncxmlGenericError: xmlGenericErrorFuncxmlStructuredError: xmlStructuredErrorFuncxmlGenericErrorContext: *mut c_voidoldXMLWDcompatibility: c_intxmlBufferAllocScheme: xmlBufferAllocationSchemexmlDefaultBufferSize: c_intxmlSubstituteEntitiesDefaultValue: c_intxmlDoValidityCheckingDefaultValue: c_intxmlGetWarningsDefaultValue: c_intxmlKeepBlanksDefaultValue: c_intxmlLineNumbersDefaultValue: c_intxmlLoadExtDtdDefaultValue: c_intxmlParserDebugEntities: c_intxmlPedanticParserDefaultValue: c_intxmlSaveNoEmptyTags: c_intxmlIndentTreeOutput: c_intxmlTreeIndentString: *const c_charxmlRegisterNodeDefaultValue: xmlRegisterNodeFuncxmlDeregisterNodeDefaultValue: xmlDeregisterNodeFuncxmlMallocAtomic: xmlMallocFuncxmlLastError: xmlErrorxmlParserInputBufferCreateFilenameValue: xmlParserInputBufferCreateFilenameFuncxmlOutputBufferCreateFilenameValue: xmlOutputBufferCreateFilenameFuncxmlStructuredErrorContext: *mut c_void

Trait Implementations

impl Clone for _xmlGlobalState[src]

impl Copy for _xmlGlobalState[src]

impl Debug for _xmlGlobalState[src]

Auto Trait Implementations

impl RefUnwindSafe for _xmlGlobalState

impl !Send for _xmlGlobalState

impl !Sync for _xmlGlobalState

impl Unpin for _xmlGlobalState

impl UnwindSafe for _xmlGlobalState

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.