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