Struct libxml::bindings::_xmlSchemaAttribute[][src]

#[repr(C)]
pub struct _xmlSchemaAttribute { pub type_: xmlSchemaTypeType, pub next: *mut _xmlSchemaAttribute, pub name: *const xmlChar, pub id: *const xmlChar, pub ref_: *const xmlChar, pub refNs: *const xmlChar, pub typeName: *const xmlChar, pub typeNs: *const xmlChar, pub annot: xmlSchemaAnnotPtr, pub base: xmlSchemaTypePtr, pub occurs: c_int, pub defValue: *const xmlChar, pub subtypes: xmlSchemaTypePtr, pub node: xmlNodePtr, pub targetNamespace: *const xmlChar, pub flags: c_int, pub refPrefix: *const xmlChar, pub defVal: xmlSchemaValPtr, pub refDecl: xmlSchemaAttributePtr, }

Fields

Trait Implementations

impl Debug for _xmlSchemaAttribute
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaAttribute
[src]

impl Clone for _xmlSchemaAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations