#[repr(C)]pub struct _xmlSchemaType {Show 30 fields
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 contentType: xmlSchemaContentType,
pub base: *const xmlChar,
pub baseNs: *const xmlChar,
pub baseType: xmlSchemaTypePtr,
pub facets: xmlSchemaFacetPtr,
pub redef: *mut _xmlSchemaType,
pub recurse: c_int,
pub attributeUses: *mut xmlSchemaAttributeLinkPtr,
pub attributeWildcard: xmlSchemaWildcardPtr,
pub builtInType: c_int,
pub memberTypes: xmlSchemaTypeLinkPtr,
pub facetSet: xmlSchemaFacetLinkPtr,
pub refPrefix: *const xmlChar,
pub contentTypeDef: xmlSchemaTypePtr,
pub contModel: xmlRegexpPtr,
pub targetNamespace: *const xmlChar,
pub attrUses: *mut c_void,
}Fields§
§type_: xmlSchemaTypeType§next: *mut _xmlSchemaType§name: *const xmlChar§id: *const xmlChar§ref_: *const xmlChar§refNs: *const xmlChar§annot: xmlSchemaAnnotPtr§subtypes: xmlSchemaTypePtr§attributes: xmlSchemaAttributePtr§node: xmlNodePtr§minOccurs: c_int§maxOccurs: c_int§flags: c_int§contentType: xmlSchemaContentType§base: *const xmlChar§baseNs: *const xmlChar§baseType: xmlSchemaTypePtr§facets: xmlSchemaFacetPtr§redef: *mut _xmlSchemaType§recurse: c_int§attributeUses: *mut xmlSchemaAttributeLinkPtr§attributeWildcard: xmlSchemaWildcardPtr§builtInType: c_int§memberTypes: xmlSchemaTypeLinkPtr§facetSet: xmlSchemaFacetLinkPtr§refPrefix: *const xmlChar§contentTypeDef: xmlSchemaTypePtr§contModel: xmlRegexpPtr§targetNamespace: *const xmlChar§attrUses: *mut c_voidTrait Implementations§
Source§impl Clone for _xmlSchemaType
impl Clone for _xmlSchemaType
Source§fn clone(&self) -> _xmlSchemaType
fn clone(&self) -> _xmlSchemaType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _xmlSchemaType
impl Debug for _xmlSchemaType
impl Copy for _xmlSchemaType
Auto Trait Implementations§
impl Freeze for _xmlSchemaType
impl RefUnwindSafe for _xmlSchemaType
impl !Send for _xmlSchemaType
impl !Sync for _xmlSchemaType
impl Unpin for _xmlSchemaType
impl UnwindSafe for _xmlSchemaType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more