#[repr(C)]pub struct _xmlSchema {Show 21 fields
pub name: *const xmlChar,
pub targetNamespace: *const xmlChar,
pub version: *const xmlChar,
pub id: *const xmlChar,
pub doc: xmlDocPtr,
pub annot: xmlSchemaAnnotPtr,
pub flags: c_int,
pub typeDecl: xmlHashTablePtr,
pub attrDecl: xmlHashTablePtr,
pub attrgrpDecl: xmlHashTablePtr,
pub elemDecl: xmlHashTablePtr,
pub notaDecl: xmlHashTablePtr,
pub schemasImports: xmlHashTablePtr,
pub _private: *mut c_void,
pub groupDecl: xmlHashTablePtr,
pub dict: xmlDictPtr,
pub includes: *mut c_void,
pub preserve: c_int,
pub counter: c_int,
pub idcDef: xmlHashTablePtr,
pub volatiles: *mut c_void,
}Fields§
§name: *const xmlChar§targetNamespace: *const xmlChar§version: *const xmlChar§id: *const xmlChar§doc: xmlDocPtr§annot: xmlSchemaAnnotPtr§flags: c_int§typeDecl: xmlHashTablePtr§attrDecl: xmlHashTablePtr§attrgrpDecl: xmlHashTablePtr§elemDecl: xmlHashTablePtr§notaDecl: xmlHashTablePtr§schemasImports: xmlHashTablePtr§_private: *mut c_void§groupDecl: xmlHashTablePtr§dict: xmlDictPtr§includes: *mut c_void§preserve: c_int§counter: c_int§idcDef: xmlHashTablePtr§volatiles: *mut c_voidTrait Implementations§
Source§impl Clone for _xmlSchema
impl Clone for _xmlSchema
Source§fn clone(&self) -> _xmlSchema
fn clone(&self) -> _xmlSchema
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 _xmlSchema
impl Debug for _xmlSchema
impl Copy for _xmlSchema
Auto Trait Implementations§
impl Freeze for _xmlSchema
impl RefUnwindSafe for _xmlSchema
impl !Send for _xmlSchema
impl !Sync for _xmlSchema
impl Unpin for _xmlSchema
impl UnwindSafe for _xmlSchema
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