#[repr(C)]pub struct IXMLDOMImplementationVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation) -> ULONG>,
pub GetTypeInfoCount: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, pctinfo: *mut UINT) -> HRESULT>,
pub GetTypeInfo: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo) -> HRESULT>,
pub GetIDsOfNames: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, riid: *const IID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID) -> HRESULT>,
pub Invoke: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, dispIdMember: DISPID, riid: *const IID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT>,
pub hasFeature: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, feature: BSTR, version: BSTR, hasFeature: *mut VARIANT_BOOL) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation) -> ULONG>
§GetTypeInfoCount: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, pctinfo: *mut UINT) -> HRESULT>
§GetTypeInfo: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo) -> HRESULT>
§GetIDsOfNames: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, riid: *const IID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID) -> HRESULT>
§Invoke: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, dispIdMember: DISPID, riid: *const IID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT>
§hasFeature: Option<unsafe extern "C" fn(This: *mut IXMLDOMImplementation, feature: BSTR, version: BSTR, hasFeature: *mut VARIANT_BOOL) -> HRESULT>
Trait Implementations§
Source§impl Clone for IXMLDOMImplementationVtbl
impl Clone for IXMLDOMImplementationVtbl
Source§fn clone(&self) -> IXMLDOMImplementationVtbl
fn clone(&self) -> IXMLDOMImplementationVtbl
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 IXMLDOMImplementationVtbl
impl Debug for IXMLDOMImplementationVtbl
Source§impl Ord for IXMLDOMImplementationVtbl
impl Ord for IXMLDOMImplementationVtbl
Source§fn cmp(&self, other: &IXMLDOMImplementationVtbl) -> Ordering
fn cmp(&self, other: &IXMLDOMImplementationVtbl) -> 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 PartialOrd for IXMLDOMImplementationVtbl
impl PartialOrd for IXMLDOMImplementationVtbl
impl Copy for IXMLDOMImplementationVtbl
impl Eq for IXMLDOMImplementationVtbl
impl StructuralPartialEq for IXMLDOMImplementationVtbl
Auto Trait Implementations§
impl Freeze for IXMLDOMImplementationVtbl
impl RefUnwindSafe for IXMLDOMImplementationVtbl
impl Send for IXMLDOMImplementationVtbl
impl Sync for IXMLDOMImplementationVtbl
impl Unpin for IXMLDOMImplementationVtbl
impl UnwindSafe for IXMLDOMImplementationVtbl
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