Struct libxml::bindings::_xmlSchemaWildcardNs[][src]

#[repr(C)]
pub struct _xmlSchemaWildcardNs { pub next: *mut _xmlSchemaWildcardNs, pub value: *const xmlChar, }

Fields

Trait Implementations

impl Debug for _xmlSchemaWildcardNs
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaWildcardNs
[src]

impl Clone for _xmlSchemaWildcardNs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations