Struct libxml::bindings::_xmlElement[][src]

#[repr(C)]
pub struct _xmlElement { pub _private: *mut c_void, pub type_: xmlElementType, pub name: *const xmlChar, pub children: *mut _xmlNode, pub last: *mut _xmlNode, pub parent: *mut _xmlDtd, pub next: *mut _xmlNode, pub prev: *mut _xmlNode, pub doc: *mut _xmlDoc, pub etype: xmlElementTypeVal, pub content: xmlElementContentPtr, pub attributes: xmlAttributePtr, pub prefix: *const xmlChar, pub contModel: xmlRegexpPtr, }

Fields

Trait Implementations

impl Debug for _xmlElement
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlElement
[src]

impl Clone for _xmlElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlElement

impl !Sync for _xmlElement