Struct libxml::bindings::_xmlSchematronValidCtxt[][src]

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

Trait Implementations

impl Debug for _xmlSchematronValidCtxt
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchematronValidCtxt
[src]

impl Clone for _xmlSchematronValidCtxt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations