Struct IFsrmExportImport_Vtbl
#[repr(C)]pub struct IFsrmExportImport_Vtbl {
pub base__: IDispatch_Vtbl,
pub ExportFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub ImportFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExportFileScreenTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub ImportFileScreenTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExportQuotaTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub ImportQuotaTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§ExportFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT§ImportFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExportFileScreenTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT§ImportFileScreenTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExportQuotaTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT§ImportQuotaTemplates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IFsrmExportImport_Vtbl
impl IFsrmExportImport_Vtbl
pub const fn new<Identity: IFsrmExportImport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmExportImport_Vtbl
impl RefUnwindSafe for IFsrmExportImport_Vtbl
impl Send for IFsrmExportImport_Vtbl
impl Sync for IFsrmExportImport_Vtbl
impl Unpin for IFsrmExportImport_Vtbl
impl UnwindSafe for IFsrmExportImport_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