Struct windows::Win32::System::Wmi::IWbemBackupRestore_Vtbl
#[repr(C)]pub struct IWbemBackupRestore_Vtbl {
pub base__: IUnknown_Vtbl,
pub Backup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub Restore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Backup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§Restore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
Implementations§
§impl IWbemBackupRestore_Vtbl
impl IWbemBackupRestore_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemBackupRestore_Vtblwhere
Identity: IWbemBackupRestore_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemBackupRestore_Vtbl
impl RefUnwindSafe for IWbemBackupRestore_Vtbl
impl Send for IWbemBackupRestore_Vtbl
impl Sync for IWbemBackupRestore_Vtbl
impl Unpin for IWbemBackupRestore_Vtbl
impl UnwindSafe for IWbemBackupRestore_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