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

#[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

type_: xmlSchemaTypeTypenext: *mut _xmlSchemaAttributename: *const xmlCharid: *const xmlCharref_: *const xmlCharrefNs: *const xmlChartypeName: *const xmlChartypeNs: *const xmlCharannot: xmlSchemaAnnotPtrbase: xmlSchemaTypePtroccurs: c_intdefValue: *const xmlCharsubtypes: xmlSchemaTypePtrnode: xmlNodePtrtargetNamespace: *const xmlCharflags: c_intrefPrefix: *const xmlChardefVal: xmlSchemaValPtrrefDecl: xmlSchemaAttributePtr

Trait Implementations

impl Copy for _xmlSchemaAttribute[src]

impl Clone for _xmlSchemaAttribute[src]

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

Performs copy-assignment from source. Read more

impl Debug for _xmlSchemaAttribute[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.