#[repr(C)]pub struct IWbemBackupRestoreEx {
pub lpVtbl: *const IWbemBackupRestoreExVtbl,
}
Fields§
§lpVtbl: *const IWbemBackupRestoreExVtbl
Implementations§
Methods from Deref<Target = IWbemBackupRestore>§
Trait Implementations§
Source§impl Deref for IWbemBackupRestoreEx
impl Deref for IWbemBackupRestoreEx
Source§type Target = IWbemBackupRestore
type Target = IWbemBackupRestore
The resulting type after dereferencing.
Source§fn deref(&self) -> &IWbemBackupRestore
fn deref(&self) -> &IWbemBackupRestore
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IWbemBackupRestoreEx
impl RefUnwindSafe for IWbemBackupRestoreEx
impl !Send for IWbemBackupRestoreEx
impl !Sync for IWbemBackupRestoreEx
impl Unpin for IWbemBackupRestoreEx
impl UnwindSafe for IWbemBackupRestoreEx
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