#[repr(C)]pub struct IWbemBackupRestoreVtbl {
pub parent: IUnknownVtbl,
pub Backup: unsafe extern "system" fn(This: *mut IWbemBackupRestore, strBackupToFile: LPCWSTR, lFlags: c_long) -> HRESULT,
pub Restore: unsafe extern "system" fn(This: *mut IWbemBackupRestore, strRestoreFromFile: LPCWSTR, lFlags: c_long) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Backup: unsafe extern "system" fn(This: *mut IWbemBackupRestore, strBackupToFile: LPCWSTR, lFlags: c_long) -> HRESULT
§Restore: unsafe extern "system" fn(This: *mut IWbemBackupRestore, strRestoreFromFile: LPCWSTR, lFlags: c_long) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWbemBackupRestoreVtbl
impl RefUnwindSafe for IWbemBackupRestoreVtbl
impl Send for IWbemBackupRestoreVtbl
impl Sync for IWbemBackupRestoreVtbl
impl Unpin for IWbemBackupRestoreVtbl
impl UnwindSafe for IWbemBackupRestoreVtbl
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