Struct libxml::bindings::_xmlSchematronParserCtxt[][src]

#[repr(C)]
pub struct _xmlSchematronParserCtxt { /* fields omitted */ }

Trait Implementations

impl Debug for _xmlSchematronParserCtxt
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchematronParserCtxt
[src]

impl Clone for _xmlSchematronParserCtxt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations