[−][src]Struct CCODE::IXMLDocumentVtbl
Fields
QueryInterface: Option<unsafe extern "C" fn(This: *mut IXMLDocument, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>AddRef: Option<unsafe extern "C" fn(This: *mut IXMLDocument) -> ULONG>Release: Option<unsafe extern "C" fn(This: *mut IXMLDocument) -> ULONG>GetTypeInfoCount: Option<unsafe extern "C" fn(This: *mut IXMLDocument, pctinfo: *mut UINT) -> HRESULT>GetTypeInfo: Option<unsafe extern "C" fn(This: *mut IXMLDocument, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo) -> HRESULT>GetIDsOfNames: Option<unsafe extern "C" fn(This: *mut IXMLDocument, riid: *const IID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID) -> HRESULT>Invoke: Option<unsafe extern "C" fn(This: *mut IXMLDocument, dispIdMember: DISPID, riid: *const IID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT>get_root: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut *mut IXMLElement) -> HRESULT>get_fileSize: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_fileModifiedDate: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_fileUpdatedDate: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_URL: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>put_URL: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: BSTR) -> HRESULT>get_mimeType: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_readyState: Option<unsafe extern "C" fn(This: *mut IXMLDocument, pl: *mut c_long) -> HRESULT>get_charset: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>put_charset: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: BSTR) -> HRESULT>get_version: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_doctype: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>get_dtdURL: Option<unsafe extern "C" fn(This: *mut IXMLDocument, p: *mut BSTR) -> HRESULT>createElement: Option<unsafe extern "C" fn(This: *mut IXMLDocument, vType: VARIANT, var1: VARIANT, ppElem: *mut *mut IXMLElement) -> HRESULT>Trait Implementations
impl Clone for IXMLDocumentVtbl[src]
pub fn clone(&self) -> IXMLDocumentVtbl[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IXMLDocumentVtbl[src]
impl Debug for IXMLDocumentVtbl[src]
Auto Trait Implementations
impl RefUnwindSafe for IXMLDocumentVtbl
impl Send for IXMLDocumentVtbl
impl Sync for IXMLDocumentVtbl
impl Unpin for IXMLDocumentVtbl
impl UnwindSafe for IXMLDocumentVtbl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,