Struct libxml::bindings::_xmlSchemaType[][src]

#[repr(C)]
pub struct _xmlSchemaType { pub type_: xmlSchemaTypeType, pub next: *mut _xmlSchemaType, pub name: *const xmlChar, pub id: *const xmlChar, pub ref_: *const xmlChar, pub refNs: *const xmlChar, pub annot: xmlSchemaAnnotPtr, pub subtypes: xmlSchemaTypePtr, pub attributes: xmlSchemaAttributePtr, pub node: xmlNodePtr, pub minOccurs: c_int, pub maxOccurs: c_int, pub flags: c_int, pub contentType: xmlSchemaContentType, pub base: *const xmlChar, pub baseNs: *const xmlChar, pub baseType: xmlSchemaTypePtr, pub facets: xmlSchemaFacetPtr, pub redef: *mut _xmlSchemaType, pub recurse: c_int, pub attributeUses: *mut xmlSchemaAttributeLinkPtr, pub attributeWildcard: xmlSchemaWildcardPtr, pub builtInType: c_int, pub memberTypes: xmlSchemaTypeLinkPtr, pub facetSet: xmlSchemaFacetLinkPtr, pub refPrefix: *const xmlChar, pub contentTypeDef: xmlSchemaTypePtr, pub contModel: xmlRegexpPtr, pub targetNamespace: *const xmlChar, pub attrUses: *mut c_void, }

_xmlSchemaType:

Schemas type definition.

Fields

Trait Implementations

impl Debug for _xmlSchemaType
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaType
[src]

impl Clone for _xmlSchemaType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations