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

#[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

domain: c_intcode: c_intmessage: *mut c_charlevel: xmlErrorLevelfile: *mut c_charline: c_intstr1: *mut c_charstr2: *mut c_charstr3: *mut c_charint1: c_intint2: c_intctxt: *mut c_voidnode: *mut c_void

Trait Implementations

impl Copy for _xmlError[src]

impl Clone for _xmlError[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for _xmlError[src]

Auto Trait Implementations

impl !Send for _xmlError

impl !Sync for _xmlError

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.