Struct libxml::bindings::_xmlSchemaNotation[][src]

#[repr(C)]
pub struct _xmlSchemaNotation { pub type_: xmlSchemaTypeType, pub name: *const xmlChar, pub annot: xmlSchemaAnnotPtr, pub identifier: *const xmlChar, pub targetNamespace: *const xmlChar, }

Fields

Trait Implementations

impl Debug for _xmlSchemaNotation
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaNotation
[src]

impl Clone for _xmlSchemaNotation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations