#[repr(C)]pub struct IWbemBackupRestore {
pub lpVtbl: *const IWbemBackupRestoreVtbl,
}
Fields§
§lpVtbl: *const IWbemBackupRestoreVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IWbemBackupRestore
impl Deref for IWbemBackupRestore
Auto Trait Implementations§
impl Freeze for IWbemBackupRestore
impl RefUnwindSafe for IWbemBackupRestore
impl !Send for IWbemBackupRestore
impl !Sync for IWbemBackupRestore
impl Unpin for IWbemBackupRestore
impl UnwindSafe for IWbemBackupRestore
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