Struct libxml::bindings::_xmlAttr[][src]

#[repr(C)]
pub struct _xmlAttr { pub _private: *mut c_void, pub type_: xmlElementType, pub name: *const xmlChar, pub children: *mut _xmlNode, pub last: *mut _xmlNode, pub parent: *mut _xmlNode, pub next: *mut _xmlAttr, pub prev: *mut _xmlAttr, pub doc: *mut _xmlDoc, pub ns: *mut xmlNs, pub atype: xmlAttributeType, pub psvi: *mut c_void, }

Fields

Trait Implementations

impl Debug for _xmlAttr
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlAttr
[src]

impl Clone for _xmlAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlAttr

impl !Sync for _xmlAttr