Struct libxml::bindings::_xmlRef[][src]

#[repr(C)]
pub struct _xmlRef { pub next: *mut _xmlRef, pub value: *const xmlChar, pub attr: xmlAttrPtr, pub name: *const xmlChar, pub lineno: c_int, }

Fields

Trait Implementations

impl Debug for _xmlRef
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlRef
[src]

impl Clone for _xmlRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlRef

impl !Sync for _xmlRef