[][src]Struct libxml::bindings::_xmlSchemaElement

#[repr(C)]
pub struct _xmlSchemaElement { 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 targetNamespace: *const xmlChar, pub namedType: *const xmlChar, pub namedTypeNs: *const xmlChar, pub substGroup: *const xmlChar, pub substGroupNs: *const xmlChar, pub scope: *const xmlChar, pub value: *const xmlChar, pub refDecl: *mut _xmlSchemaElement, pub contModel: xmlRegexpPtr, pub contentType: xmlSchemaContentType, pub refPrefix: *const xmlChar, pub defVal: xmlSchemaValPtr, pub idcs: *mut c_void, }

Fields

type_: xmlSchemaTypeTypenext: *mut _xmlSchemaTypename: *const xmlCharid: *const xmlCharref_: *const xmlCharrefNs: *const xmlCharannot: xmlSchemaAnnotPtrsubtypes: xmlSchemaTypePtrattributes: xmlSchemaAttributePtrnode: xmlNodePtrminOccurs: c_intmaxOccurs: c_intflags: c_inttargetNamespace: *const xmlCharnamedType: *const xmlCharnamedTypeNs: *const xmlCharsubstGroup: *const xmlCharsubstGroupNs: *const xmlCharscope: *const xmlCharvalue: *const xmlCharrefDecl: *mut _xmlSchemaElementcontModel: xmlRegexpPtrcontentType: xmlSchemaContentTyperefPrefix: *const xmlChardefVal: xmlSchemaValPtridcs: *mut c_void

Trait Implementations

impl Copy for _xmlSchemaElement[src]

impl Clone for _xmlSchemaElement[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for _xmlSchemaElement[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.