#[repr(C)]pub struct _xmlSchemaFacet {
pub type_: xmlSchemaTypeType,
pub next: *mut _xmlSchemaFacet,
pub value: *const xmlChar,
pub id: *const xmlChar,
pub annot: xmlSchemaAnnotPtr,
pub node: xmlNodePtr,
pub fixed: c_int,
pub whitespace: c_int,
pub val: xmlSchemaValPtr,
pub regexp: xmlRegexpPtr,
}Fields§
§type_: xmlSchemaTypeType§next: *mut _xmlSchemaFacet§value: *const xmlChar§id: *const xmlChar§annot: xmlSchemaAnnotPtr§node: xmlNodePtr§fixed: c_int§whitespace: c_int§val: xmlSchemaValPtr§regexp: xmlRegexpPtrTrait Implementations§
Source§impl Clone for _xmlSchemaFacet
impl Clone for _xmlSchemaFacet
Source§fn clone(&self) -> _xmlSchemaFacet
fn clone(&self) -> _xmlSchemaFacet
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 _xmlSchemaFacet
impl Debug for _xmlSchemaFacet
impl Copy for _xmlSchemaFacet
Auto Trait Implementations§
impl Freeze for _xmlSchemaFacet
impl RefUnwindSafe for _xmlSchemaFacet
impl !Send for _xmlSchemaFacet
impl !Sync for _xmlSchemaFacet
impl Unpin for _xmlSchemaFacet
impl UnwindSafe for _xmlSchemaFacet
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