Struct libxml::bindings::_xmlDtd[][src]

#[repr(C)]
pub struct _xmlDtd { pub _private: *mut c_void, pub type_: xmlElementType, pub name: *const xmlChar, pub children: *mut _xmlNode, pub last: *mut _xmlNode, pub parent: *mut _xmlDoc, pub next: *mut _xmlNode, pub prev: *mut _xmlNode, pub doc: *mut _xmlDoc, pub notations: *mut c_void, pub elements: *mut c_void, pub attributes: *mut c_void, pub entities: *mut c_void, pub ExternalID: *const xmlChar, pub SystemID: *const xmlChar, pub pentities: *mut c_void, }

Fields

Trait Implementations

impl Debug for _xmlDtd
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlDtd
[src]

impl Clone for _xmlDtd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlDtd

impl !Sync for _xmlDtd