Struct libxml::bindings::_xmlSchemaFacet[][src]

#[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, }

A facet definition.

Fields

Trait Implementations

impl Debug for _xmlSchemaFacet
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaFacet
[src]

impl Clone for _xmlSchemaFacet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations