Struct IXmlDocumentStatics_Vtbl
#[repr(C)]pub struct IXmlDocumentStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub LoadFromUriAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LoadFromUriWithSettingsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LoadFromFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LoadFromFileWithSettingsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§LoadFromUriAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§LoadFromUriWithSettingsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§LoadFromFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§LoadFromFileWithSettingsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IXmlDocumentStatics_Vtbl
impl RefUnwindSafe for IXmlDocumentStatics_Vtbl
impl Send for IXmlDocumentStatics_Vtbl
impl Sync for IXmlDocumentStatics_Vtbl
impl Unpin for IXmlDocumentStatics_Vtbl
impl UnwindSafe for IXmlDocumentStatics_Vtbl
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