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