#[repr(C)]pub struct IVssDifferentialSoftwareSnapshotMgmt3_Vtbl {
pub base__: IVssDifferentialSoftwareSnapshotMgmt2_Vtbl,
pub SetVolumeProtectLevel: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: VSS_PROTECTION_LEVEL) -> HRESULT,
pub GetVolumeProtectLevel: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut VSS_VOLUME_PROTECTION_INFO) -> HRESULT,
pub ClearVolumeProtectFault: unsafe extern "system" fn(_: *mut c_void, _: *const u16) -> HRESULT,
pub DeleteUnusedDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16) -> HRESULT,
pub QuerySnapshotDeltaBitmap: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: *mut u32, _: *mut u32, _: *mut *mut u8) -> HRESULT,
}
Fields§
§base__: IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
§SetVolumeProtectLevel: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: VSS_PROTECTION_LEVEL) -> HRESULT
§GetVolumeProtectLevel: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut VSS_VOLUME_PROTECTION_INFO) -> HRESULT
§ClearVolumeProtectFault: unsafe extern "system" fn(_: *mut c_void, _: *const u16) -> HRESULT
§DeleteUnusedDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16) -> HRESULT
§QuerySnapshotDeltaBitmap: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: *mut u32, _: *mut u32, _: *mut *mut u8) -> HRESULT
Implementations§
§impl IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssDifferentialSoftwareSnapshotMgmt3_Vtblwhere
Identity: IVssDifferentialSoftwareSnapshotMgmt3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl RefUnwindSafe for IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl Send for IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl Sync for IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl Unpin for IVssDifferentialSoftwareSnapshotMgmt3_Vtbl
impl UnwindSafe for IVssDifferentialSoftwareSnapshotMgmt3_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