Struct libxml::bindings::_xmlSAXHandlerV1[][src]

#[repr(C)]
pub struct _xmlSAXHandlerV1 { 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, }

Fields

Trait Implementations

impl Debug for _xmlSAXHandlerV1
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSAXHandlerV1
[src]

impl Clone for _xmlSAXHandlerV1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations