[][src]Struct libxslt::bindings::_xmlGlobalState

#[repr(C)]
pub struct _xmlGlobalState { pub xmlParserVersion: *const i8, pub xmlDefaultSAXLocator: _xmlSAXLocator, pub xmlDefaultSAXHandler: _xmlSAXHandlerV1, pub docbDefaultSAXHandler: _xmlSAXHandlerV1, pub htmlDefaultSAXHandler: _xmlSAXHandlerV1, pub xmlFree: Option<unsafe extern "C" fn(*mut c_void)>, pub xmlMalloc: Option<unsafe extern "C" fn(usize) -> *mut c_void>, pub xmlMemStrdup: Option<unsafe extern "C" fn(*const i8) -> *mut i8>, pub xmlRealloc: Option<unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void>, pub xmlGenericError: Option<unsafe extern "C" fn(*mut c_void, *const i8, ...)>, pub xmlStructuredError: Option<unsafe fn(*mut c_void, *mut _xmlError)>, pub xmlGenericErrorContext: *mut c_void, pub oldXMLWDcompatibility: i32, pub xmlBufferAllocScheme: u32, pub xmlDefaultBufferSize: i32, pub xmlSubstituteEntitiesDefaultValue: i32, pub xmlDoValidityCheckingDefaultValue: i32, pub xmlGetWarningsDefaultValue: i32, pub xmlKeepBlanksDefaultValue: i32, pub xmlLineNumbersDefaultValue: i32, pub xmlLoadExtDtdDefaultValue: i32, pub xmlParserDebugEntities: i32, pub xmlPedanticParserDefaultValue: i32, pub xmlSaveNoEmptyTags: i32, pub xmlIndentTreeOutput: i32, pub xmlTreeIndentString: *const i8, pub xmlRegisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>, pub xmlDeregisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>, pub xmlMallocAtomic: Option<unsafe extern "C" fn(usize) -> *mut c_void>, pub xmlLastError: _xmlError, pub xmlParserInputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, i32) -> *mut _xmlParserInputBuffer>, pub xmlOutputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, *mut _xmlCharEncodingHandler, i32) -> *mut _xmlOutputBuffer>, pub xmlStructuredErrorContext: *mut c_void, }

Fields

Trait Implementations

impl Clone for _xmlGlobalState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _xmlGlobalState
[src]

impl Debug for _xmlGlobalState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for _xmlGlobalState

impl !Sync for _xmlGlobalState

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more