#[repr(C)]pub struct IWbemBackupRestoreExVtbl {
pub parent: IWbemBackupRestoreVtbl,
pub Pause: unsafe extern "system" fn(This: *mut IWbemBackupRestoreEx) -> HRESULT,
pub Resume: unsafe extern "system" fn(This: *mut IWbemBackupRestoreEx) -> HRESULT,
}
Fields§
§parent: IWbemBackupRestoreVtbl
§Pause: unsafe extern "system" fn(This: *mut IWbemBackupRestoreEx) -> HRESULT
§Resume: unsafe extern "system" fn(This: *mut IWbemBackupRestoreEx) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWbemBackupRestoreExVtbl
impl RefUnwindSafe for IWbemBackupRestoreExVtbl
impl Send for IWbemBackupRestoreExVtbl
impl Sync for IWbemBackupRestoreExVtbl
impl Unpin for IWbemBackupRestoreExVtbl
impl UnwindSafe for IWbemBackupRestoreExVtbl
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