Struct libxml::bindings::_xmlSchemaAttributeGroup[][src]

#[repr(C)]
pub struct _xmlSchemaAttributeGroup { pub type_: xmlSchemaTypeType, pub next: *mut _xmlSchemaAttribute, pub name: *const xmlChar, pub id: *const xmlChar, pub ref_: *const xmlChar, pub refNs: *const xmlChar, pub annot: xmlSchemaAnnotPtr, pub attributes: xmlSchemaAttributePtr, pub node: xmlNodePtr, pub flags: c_int, pub attributeWildcard: xmlSchemaWildcardPtr, pub refPrefix: *const xmlChar, pub refItem: xmlSchemaAttributeGroupPtr, pub targetNamespace: *const xmlChar, pub attrUses: *mut c_void, }

Fields

Trait Implementations

impl Debug for _xmlSchemaAttributeGroup
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaAttributeGroup
[src]

impl Clone for _xmlSchemaAttributeGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations