#[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: *mut xmlDoc,
pub annot: *mut xmlSchemaAnnot,
pub flags: c_int,
pub typeDecl: *mut xmlHashTable,
pub attrDecl: *mut xmlHashTable,
pub attrgrpDecl: *mut xmlHashTable,
pub elemDecl: *mut xmlHashTable,
pub notaDecl: *mut xmlHashTable,
pub schemasImports: *mut xmlHashTable,
pub _private: *mut c_void,
pub groupDecl: *mut xmlHashTable,
pub dict: *mut xmlDict,
pub includes: *mut c_void,
pub preserve: c_int,
pub counter: c_int,
pub idcDef: *mut xmlHashTable,
pub volatiles: *mut c_void,
}Expand description
A Schemas definition
Fields§
§name: *const xmlChar§targetNamespace: *const xmlChar§version: *const xmlChar§id: *const xmlChar§doc: *mut xmlDoc§annot: *mut xmlSchemaAnnot§flags: c_int§typeDecl: *mut xmlHashTable§attrDecl: *mut xmlHashTable§attrgrpDecl: *mut xmlHashTable§elemDecl: *mut xmlHashTable§notaDecl: *mut xmlHashTable§schemasImports: *mut xmlHashTable§_private: *mut c_void§groupDecl: *mut xmlHashTable§dict: *mut xmlDict§includes: *mut c_void§preserve: c_int§counter: c_int§idcDef: *mut xmlHashTable§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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _xmlSchema
Auto Trait Implementations§
impl !Send for _xmlSchema
impl !Sync for _xmlSchema
impl Freeze for _xmlSchema
impl RefUnwindSafe for _xmlSchema
impl Unpin for _xmlSchema
impl UnsafeUnpin 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