Struct libxml::bindings::_xmlSchemaWildcard[][src]

#[repr(C)]
pub struct _xmlSchemaWildcard { pub type_: xmlSchemaTypeType, pub id: *const xmlChar, pub annot: xmlSchemaAnnotPtr, pub node: xmlNodePtr, pub minOccurs: c_int, pub maxOccurs: c_int, pub processContents: c_int, pub any: c_int, pub nsSet: xmlSchemaWildcardNsPtr, pub negNsSet: xmlSchemaWildcardNsPtr, pub flags: c_int, }

Fields

Trait Implementations

impl Debug for _xmlSchemaWildcard
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaWildcard
[src]

impl Clone for _xmlSchemaWildcard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations