Struct libxml::bindings::_xmlError[][src]

#[repr(C)]
pub struct _xmlError { pub domain: c_int, pub code: c_int, pub message: *mut c_char, pub level: xmlErrorLevel, pub file: *mut c_char, pub line: c_int, pub str1: *mut c_char, pub str2: *mut c_char, pub str3: *mut c_char, pub int1: c_int, pub int2: c_int, pub ctxt: *mut c_void, pub node: *mut c_void, }

Fields

Trait Implementations

impl Debug for _xmlError
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlError
[src]

impl Clone for _xmlError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlError

impl !Sync for _xmlError