Struct libxml::bindings::_xmlNotation[][src]

#[repr(C)]
pub struct _xmlNotation { pub name: *const xmlChar, pub PublicID: *const xmlChar, pub SystemID: *const xmlChar, }

Fields

Trait Implementations

impl Debug for _xmlNotation
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlNotation
[src]

impl Clone for _xmlNotation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlNotation

impl !Sync for _xmlNotation