Struct libxml::bindings::_xmlID[][src]

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

Fields

Trait Implementations

impl Debug for _xmlID
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlID
[src]

impl Clone for _xmlID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlID

impl !Sync for _xmlID