[][src]Struct libxml::bindings::_xmlSAXHandler

#[repr(C)]
pub struct _xmlSAXHandler { pub internalSubset: internalSubsetSAXFunc, pub isStandalone: isStandaloneSAXFunc, pub hasInternalSubset: hasInternalSubsetSAXFunc, pub hasExternalSubset: hasExternalSubsetSAXFunc, pub resolveEntity: resolveEntitySAXFunc, pub getEntity: getEntitySAXFunc, pub entityDecl: entityDeclSAXFunc, pub notationDecl: notationDeclSAXFunc, pub attributeDecl: attributeDeclSAXFunc, pub elementDecl: elementDeclSAXFunc, pub unparsedEntityDecl: unparsedEntityDeclSAXFunc, pub setDocumentLocator: setDocumentLocatorSAXFunc, pub startDocument: startDocumentSAXFunc, pub endDocument: endDocumentSAXFunc, pub startElement: startElementSAXFunc, pub endElement: endElementSAXFunc, pub reference: referenceSAXFunc, pub characters: charactersSAXFunc, pub ignorableWhitespace: ignorableWhitespaceSAXFunc, pub processingInstruction: processingInstructionSAXFunc, pub comment: commentSAXFunc, pub warning: warningSAXFunc, pub error: errorSAXFunc, pub fatalError: fatalErrorSAXFunc, pub getParameterEntity: getParameterEntitySAXFunc, pub cdataBlock: cdataBlockSAXFunc, pub externalSubset: externalSubsetSAXFunc, pub initialized: c_uint, pub _private: *mut c_void, pub startElementNs: startElementNsSAX2Func, pub endElementNs: endElementNsSAX2Func, pub serror: xmlStructuredErrorFunc, }

Fields

internalSubset: internalSubsetSAXFuncisStandalone: isStandaloneSAXFunchasInternalSubset: hasInternalSubsetSAXFunchasExternalSubset: hasExternalSubsetSAXFuncresolveEntity: resolveEntitySAXFuncgetEntity: getEntitySAXFuncentityDecl: entityDeclSAXFuncnotationDecl: notationDeclSAXFuncattributeDecl: attributeDeclSAXFuncelementDecl: elementDeclSAXFuncunparsedEntityDecl: unparsedEntityDeclSAXFuncsetDocumentLocator: setDocumentLocatorSAXFuncstartDocument: startDocumentSAXFuncendDocument: endDocumentSAXFuncstartElement: startElementSAXFuncendElement: endElementSAXFuncreference: referenceSAXFunccharacters: charactersSAXFuncignorableWhitespace: ignorableWhitespaceSAXFuncprocessingInstruction: processingInstructionSAXFunccomment: commentSAXFuncwarning: warningSAXFuncerror: errorSAXFuncfatalError: fatalErrorSAXFuncgetParameterEntity: getParameterEntitySAXFunccdataBlock: cdataBlockSAXFuncexternalSubset: externalSubsetSAXFuncinitialized: c_uint_private: *mut c_voidstartElementNs: startElementNsSAX2FuncendElementNs: endElementNsSAX2Funcserror: xmlStructuredErrorFunc

Trait Implementations

impl Copy for _xmlSAXHandler[src]

impl Clone for _xmlSAXHandler[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for _xmlSAXHandler[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.