#[repr(C)]pub struct IXMLErrorVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IXMLError, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IXMLError) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IXMLError) -> ULONG>,
pub GetErrorInfo: Option<unsafe extern "C" fn(This: *mut IXMLError, pErrorReturn: *mut XML_ERROR) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IXMLError, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IXMLError) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IXMLError) -> ULONG>
§GetErrorInfo: Option<unsafe extern "C" fn(This: *mut IXMLError, pErrorReturn: *mut XML_ERROR) -> HRESULT>
Trait Implementations§
Source§impl Clone for IXMLErrorVtbl
impl Clone for IXMLErrorVtbl
Source§fn clone(&self) -> IXMLErrorVtbl
fn clone(&self) -> IXMLErrorVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IXMLErrorVtbl
impl Debug for IXMLErrorVtbl
Source§impl Ord for IXMLErrorVtbl
impl Ord for IXMLErrorVtbl
Source§fn cmp(&self, other: &IXMLErrorVtbl) -> Ordering
fn cmp(&self, other: &IXMLErrorVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IXMLErrorVtbl
impl PartialEq for IXMLErrorVtbl
Source§impl PartialOrd for IXMLErrorVtbl
impl PartialOrd for IXMLErrorVtbl
impl Copy for IXMLErrorVtbl
impl Eq for IXMLErrorVtbl
impl StructuralPartialEq for IXMLErrorVtbl
Auto Trait Implementations§
impl Freeze for IXMLErrorVtbl
impl RefUnwindSafe for IXMLErrorVtbl
impl Send for IXMLErrorVtbl
impl Sync for IXMLErrorVtbl
impl Unpin for IXMLErrorVtbl
impl UnwindSafe for IXMLErrorVtbl
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