#[repr(C)]pub struct _xmlError {}Fields§
§domain: c_int§code: c_int§message: *mut c_char§level: xmlErrorLevel§file: *mut c_char§line: c_int§str1: *mut c_char§str2: *mut c_char§str3: *mut c_char§int1: c_int§int2: c_int§ctxt: *mut c_void§node: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for _xmlError
impl RefUnwindSafe for _xmlError
impl !Send for _xmlError
impl !Sync for _xmlError
impl Unpin for _xmlError
impl UnwindSafe for _xmlError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more