#[repr(C)]pub struct _xmlSchemaFacet {
pub type_: xmlSchemaTypeType,
pub next: *mut _xmlSchemaFacet,
pub value: *const xmlChar,
pub id: *const xmlChar,
pub annot: *mut xmlSchemaAnnot,
pub node: *mut xmlNode,
pub fixed: c_int,
pub whitespace: c_int,
pub val: *mut xmlSchemaVal,
pub regexp: *mut xmlRegexp,
}Expand description
A facet definition.
Fields§
§type_: xmlSchemaTypeType§next: *mut _xmlSchemaFacet§value: *const xmlChar§id: *const xmlChar§annot: *mut xmlSchemaAnnot§node: *mut xmlNode§fixed: c_int§whitespace: c_int§val: *mut xmlSchemaVal§regexp: *mut xmlRegexpTrait 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 (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 _xmlSchemaFacet
Auto Trait Implementations§
impl !Send for _xmlSchemaFacet
impl !Sync for _xmlSchemaFacet
impl Freeze for _xmlSchemaFacet
impl RefUnwindSafe for _xmlSchemaFacet
impl Unpin for _xmlSchemaFacet
impl UnsafeUnpin 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