Struct libxml::bindings::_xmlSchemaFacetLink[][src]

#[repr(C)]
pub struct _xmlSchemaFacetLink { pub next: *mut _xmlSchemaFacetLink, pub facet: xmlSchemaFacetPtr, }

Fields

Trait Implementations

impl Debug for _xmlSchemaFacetLink
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaFacetLink
[src]

impl Clone for _xmlSchemaFacetLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations