Struct libxml::bindings::_xmlSchema[][src]

#[repr(C)]
pub struct _xmlSchema { pub name: *const xmlChar, pub targetNamespace: *const xmlChar, pub version: *const xmlChar, pub id: *const xmlChar, pub doc: xmlDocPtr, pub annot: xmlSchemaAnnotPtr, pub flags: c_int, pub typeDecl: xmlHashTablePtr, pub attrDecl: xmlHashTablePtr, pub attrgrpDecl: xmlHashTablePtr, pub elemDecl: xmlHashTablePtr, pub notaDecl: xmlHashTablePtr, pub schemasImports: xmlHashTablePtr, pub _private: *mut c_void, pub groupDecl: xmlHashTablePtr, pub dict: xmlDictPtr, pub includes: *mut c_void, pub preserve: c_int, pub counter: c_int, pub idcDef: xmlHashTablePtr, pub volatiles: *mut c_void, }

_xmlSchema:

A Schemas definition

Fields

Trait Implementations

impl Debug for _xmlSchema
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchema
[src]

impl Clone for _xmlSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlSchema

impl !Sync for _xmlSchema